diff --git a/charts/lagoon-core/Chart.yaml b/charts/lagoon-core/Chart.yaml index f4cbbfb6..593f2a86 100644 --- a/charts/lagoon-core/Chart.yaml +++ b/charts/lagoon-core/Chart.yaml @@ -40,5 +40,10 @@ dependencies: # Valid supported kinds are added, changed, deprecated, removed, fixed and security annotations: artifacthub.io/changes: | + - kind: changed + description: update ssh-portal-api and ssh-token to v0.41.2 + links: + - name: lagoon-ssh-portal releases + url: https://github.com/uselagoon/lagoon-ssh-portal/releases - kind: changed description: update NATS chart dependency to v1.2.x diff --git a/charts/lagoon-core/values.yaml b/charts/lagoon-core/values.yaml index 7d481d05..724b8024 100644 --- a/charts/lagoon-core/values.yaml +++ b/charts/lagoon-core/values.yaml @@ -963,7 +963,7 @@ sshPortalAPI: repository: ghcr.io/uselagoon/lagoon-ssh-portal/ssh-portal-api pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "v0.37.2" + tag: "v0.41.2" podAnnotations: {} @@ -1036,7 +1036,7 @@ sshToken: repository: ghcr.io/uselagoon/lagoon-ssh-portal/ssh-token pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "v0.37.2" + tag: "v0.41.2" podAnnotations: {} diff --git a/charts/lagoon-remote/Chart.yaml b/charts/lagoon-remote/Chart.yaml index 321865ec..488ec954 100644 --- a/charts/lagoon-remote/Chart.yaml +++ b/charts/lagoon-remote/Chart.yaml @@ -40,6 +40,11 @@ dependencies: # Valid supported kinds are added, changed, deprecated, removed, fixed and security annotations: artifacthub.io/changes: | + - kind: changed + description: update ssh-portal to v0.41.2 + links: + - name: lagoon-ssh-portal releases + url: https://github.com/uselagoon/lagoon-ssh-portal/releases - kind: changed description: changed docker-host to statefulset from deployment - kind: changed diff --git a/charts/lagoon-remote/values.yaml b/charts/lagoon-remote/values.yaml index 2334a2e8..2bf1f280 100644 --- a/charts/lagoon-remote/values.yaml +++ b/charts/lagoon-remote/values.yaml @@ -126,7 +126,7 @@ sshPortal: repository: ghcr.io/uselagoon/lagoon-ssh-portal/ssh-portal pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "v0.37.0" + tag: "v0.41.2" service: type: LoadBalancer