From a6ecbf4baa3af6646392bc0d39aa6460ccb1b647 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 20:47:34 +0000 Subject: [PATCH 1/2] chore(deps): update lagoon service images --- charts/lagoon-core/values.yaml | 6 +++--- charts/lagoon-remote/values.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/lagoon-core/values.yaml b/charts/lagoon-core/values.yaml index 92eb9227..23bb0fae 100644 --- a/charts/lagoon-core/values.yaml +++ b/charts/lagoon-core/values.yaml @@ -965,7 +965,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.41.3" + tag: "v0.41.4" podAnnotations: {} @@ -1008,7 +1008,7 @@ opensearchSync: repository: ghcr.io/uselagoon/lagoon-opensearch-sync pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "v0.8.0" + tag: "v0.8.1" # debug logging toggle debug: false @@ -1038,7 +1038,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.41.3" + tag: "v0.41.4" podAnnotations: {} diff --git a/charts/lagoon-remote/values.yaml b/charts/lagoon-remote/values.yaml index 72e71c74..8ac16120 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.41.3" + tag: "v0.41.4" service: type: LoadBalancer @@ -448,7 +448,7 @@ storageCalculator: repository: uselagoon/remote-calculator pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: v0.6.0 + tag: v0.7.0 # sysctlConfigure is used to configure sysctl options on nodes for use by elasticsearch/opensearch pods used in lagoon # https://github.com/uselagoon/lagoon/issues/2588 From b858e69b9d868d2f5d7f6d5a826b8b068cfa6fcc Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Thu, 19 Dec 2024 04:55:05 +0800 Subject: [PATCH 2/2] chore: add artifacthub changelogs --- charts/lagoon-core/Chart.yaml | 6 ++++++ charts/lagoon-remote/Chart.yaml | 2 ++ charts/lagoon-remote/values.yaml | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/charts/lagoon-core/Chart.yaml b/charts/lagoon-core/Chart.yaml index 60d710c8..531e7b78 100644 --- a/charts/lagoon-core/Chart.yaml +++ b/charts/lagoon-core/Chart.yaml @@ -42,3 +42,9 @@ annotations: artifacthub.io/changes: | - kind: changed description: add KEYCLOAK_ADMIN_API_CLIENT_SECRET variable to keycloak and api deployment + - kind: changed + description: update uselagoon/lagoon-ssh-portal/ssh-portal-api from v0.41.3 to v0.41.4 + - kind: changed + description: update uselagoon/lagoon-ssh-portal/ssh-token from v0.41.3 to v0.41.4 + - kind: changed + description: update uselagoon/lagoon-opensearch-sync from v0.8.0 to v0.8.1 diff --git a/charts/lagoon-remote/Chart.yaml b/charts/lagoon-remote/Chart.yaml index 68b284a4..239ba341 100644 --- a/charts/lagoon-remote/Chart.yaml +++ b/charts/lagoon-remote/Chart.yaml @@ -44,3 +44,5 @@ annotations: description: update dbaas-operator chart dependency to 0.3.1 - kind: added description: daemonset to manage node sysctl changes + - kind: changed + description: update uselagoon/lagoon-ssh-portal/ssh-portal from v0.41.3 to v0.41.4 diff --git a/charts/lagoon-remote/values.yaml b/charts/lagoon-remote/values.yaml index 8ac16120..05b7f29e 100644 --- a/charts/lagoon-remote/values.yaml +++ b/charts/lagoon-remote/values.yaml @@ -448,7 +448,7 @@ storageCalculator: repository: uselagoon/remote-calculator pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: v0.7.0 + tag: v0.6.0 # sysctlConfigure is used to configure sysctl options on nodes for use by elasticsearch/opensearch pods used in lagoon # https://github.com/uselagoon/lagoon/issues/2588