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