From ac3dd35f5ac4e0c828aea49009a50e6f477b67e7 Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Wed, 3 Jul 2024 11:12:13 +1000 Subject: [PATCH] chore: update ssh-portal components to v0.37.0 --- charts/lagoon-core/Chart.yaml | 5 +++++ charts/lagoon-core/values.yaml | 4 ++-- charts/lagoon-remote/Chart.yaml | 5 +++++ charts/lagoon-remote/values.yaml | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/charts/lagoon-core/Chart.yaml b/charts/lagoon-core/Chart.yaml index c895e130..1a9e0b96 100644 --- a/charts/lagoon-core/Chart.yaml +++ b/charts/lagoon-core/Chart.yaml @@ -48,3 +48,8 @@ annotations: description: bump minimum Kubernetes version to 1.25 - kind: changed description: added api-sidecar-handler container to api and webhooks2tasks + - kind: changed + description: update ssh-portal components to v0.37.0 + links: + - name: ssh-portal release + url: https://github.com/uselagoon/lagoon-ssh-portal/releases/tag/v0.37.0 diff --git a/charts/lagoon-core/values.yaml b/charts/lagoon-core/values.yaml index 752d7acd..bab048c9 100644 --- a/charts/lagoon-core/values.yaml +++ b/charts/lagoon-core/values.yaml @@ -876,7 +876,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.36.0" + tag: "v0.37.0" podAnnotations: {} @@ -949,7 +949,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.36.0" + tag: "v0.37.0" podAnnotations: {} diff --git a/charts/lagoon-remote/Chart.yaml b/charts/lagoon-remote/Chart.yaml index 285c9861..da82fc0a 100644 --- a/charts/lagoon-remote/Chart.yaml +++ b/charts/lagoon-remote/Chart.yaml @@ -44,3 +44,8 @@ annotations: description: update values for local development - kind: changed description: bump minimum Kubernetes version to 1.25 + - kind: changed + description: update ssh-portal components to v0.37.0 + links: + - name: ssh-portal release + url: https://github.com/uselagoon/lagoon-ssh-portal/releases/tag/v0.37.0 diff --git a/charts/lagoon-remote/values.yaml b/charts/lagoon-remote/values.yaml index 3e78da85..adc2c8a4 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.36.0" + tag: "v0.37.0" service: type: LoadBalancer