mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Merge pull request #4556 from Infisical/misc/update-gateway-chart
misc: updated gateway chart versions and tag
This commit is contained in:
2
.github/workflows/release_helm_gateway.yaml
vendored
2
.github/workflows/release_helm_gateway.yaml
vendored
@@ -35,7 +35,7 @@ jobs:
|
|||||||
run: kubectl create namespace infisical-gateway
|
run: kubectl create namespace infisical-gateway
|
||||||
|
|
||||||
- name: Create gateway secret
|
- name: Create gateway secret
|
||||||
run: kubectl create secret generic infisical-gateway-environment --from-literal=TOKEN=my-test-token -n infisical-gateway
|
run: kubectl create secret generic infisical-gateway-environment --from-literal=TOKEN=my-test-token --from-literal=INFISICAL_RELAY_NAME=my-test-relay -n infisical-gateway
|
||||||
|
|
||||||
- name: Run chart-testing (install)
|
- name: Run chart-testing (install)
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -82,7 +82,7 @@ export const RelayListPage = withPermission(
|
|||||||
<span>Relays</span>
|
<span>Relays</span>
|
||||||
<a
|
<a
|
||||||
className="-mt-1.5"
|
className="-mt-1.5"
|
||||||
href="https://infisical.com/docs/documentation/platform/relays/overview"
|
href="https://infisical.com/docs/documentation/platform/gateways/relay-deployment"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
>
|
>
|
||||||
@@ -130,9 +130,9 @@ export const RelayListPage = withPermission(
|
|||||||
<div className="flex items-center gap-2">
|
<div className="flex items-center gap-2">
|
||||||
<span>{el.name}</span>
|
<span>{el.name}</span>
|
||||||
{!el.orgId && (
|
{!el.orgId && (
|
||||||
<Tooltip content="This is an instance-level relay available to all organizations">
|
<Tooltip content="This is a managed relay provided by Infisical">
|
||||||
<span className="rounded bg-mineshaft-700 px-1.5 py-0.5 text-xs text-mineshaft-400">
|
<span className="rounded bg-mineshaft-700 px-1.5 py-0.5 text-xs text-mineshaft-400">
|
||||||
Instance
|
Managed
|
||||||
</span>
|
</span>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
)}
|
)}
|
||||||
|
|||||||
@@ -15,10 +15,10 @@ type: application
|
|||||||
# This is the chart version. This version number should be incremented each time you make changes
|
# This is the chart version. This version number should be incremented each time you make changes
|
||||||
# to the chart and its templates, including the app version.
|
# to the chart and its templates, including the app version.
|
||||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||||
version: 1.0.0
|
version: 1.0.1
|
||||||
|
|
||||||
# This is the version number of the application being deployed. This version number should be
|
# This is the version number of the application being deployed. This version number should be
|
||||||
# incremented each time you make changes to the application. Versions are not expected to
|
# incremented each time you make changes to the application. Versions are not expected to
|
||||||
# follow Semantic Versioning. They should reflect the version the application is using.
|
# follow Semantic Versioning. They should reflect the version the application is using.
|
||||||
# It is recommended to use it with quotes.
|
# It is recommended to use it with quotes.
|
||||||
appVersion: "1.0.0"
|
appVersion: "1.0.1"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
image:
|
image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: "0.42.0"
|
tag: "0.42.3"
|
||||||
|
|
||||||
secret:
|
secret:
|
||||||
# The secret that contains the environment variables to be used by the gateway, such as INFISICAL_API_URL and TOKEN
|
# The secret that contains the environment variables to be used by the gateway, such as INFISICAL_API_URL and TOKEN
|
||||||
|
|||||||
Reference in New Issue
Block a user