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] 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