From 785efe51c66fc4bcf0538b3f1bb31b44a3711832 Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Thu, 15 Aug 2024 13:46:02 +1000 Subject: [PATCH 1/4] build: update insights-handler to v0.0.6 --- charts/lagoon-core/Chart.yaml | 9 +++++---- charts/lagoon-core/values.yaml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/charts/lagoon-core/Chart.yaml b/charts/lagoon-core/Chart.yaml index 83d88a6b..d13284fa 100644 --- a/charts/lagoon-core/Chart.yaml +++ b/charts/lagoon-core/Chart.yaml @@ -21,7 +21,7 @@ type: application # time you make changes to the chart and its templates, including the app # version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.47.0 +version: 1.47.1 # This is the version number of the application being deployed. This version # number should be incremented each time you make changes to the application. @@ -41,6 +41,7 @@ dependencies: annotations: artifacthub.io/changes: | - kind: changed - description: add support for injecting hostkeys in core ssh service - - kind: changed - description: update Lagoon appVersion to v2.20.1 + description: update insights-handler to v0.0.6 + links: + - name: insights-remote v0.0.6 release + url: https://github.com/uselagoon/insights-handler/releases/tag/v0.0.6 diff --git a/charts/lagoon-core/values.yaml b/charts/lagoon-core/values.yaml index 4b4a38ea..5b7236be 100644 --- a/charts/lagoon-core/values.yaml +++ b/charts/lagoon-core/values.yaml @@ -630,7 +630,7 @@ insightsHandler: repository: uselagoon/insights-handler pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. - tag: "v0.0.5" + tag: "v0.0.6" podAnnotations: {} From 4d374f0bb69866f7a50b8512034ad5f3025862a0 Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Thu, 15 Aug 2024 13:46:18 +1000 Subject: [PATCH 2/4] build: update insights-remote to v0.0.11 --- charts/lagoon-remote/Chart.yaml | 9 ++++++--- charts/lagoon-remote/values.yaml | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/charts/lagoon-remote/Chart.yaml b/charts/lagoon-remote/Chart.yaml index 39bcda00..2ee10e0a 100644 --- a/charts/lagoon-remote/Chart.yaml +++ b/charts/lagoon-remote/Chart.yaml @@ -19,7 +19,7 @@ type: application # This is the chart version. This version number should be incremented each # time you make changes to the chart and its templates, including the app # version. -version: 0.93.0 +version: 0.93.1 dependencies: - name: lagoon-build-deploy @@ -40,5 +40,8 @@ dependencies: # Valid supported kinds are added, changed, deprecated, removed, fixed and security annotations: artifacthub.io/changes: | - - kind: fixed - description: lagoon-remote-ssh-core scale permissions + - kind: changed + description: update insights-remote to v0.0.11 + links: + - name: insights-remote v0.0.11 release + url: https://github.com/uselagoon/insights-remote/releases/tag/v0.0.11 diff --git a/charts/lagoon-remote/values.yaml b/charts/lagoon-remote/values.yaml index adc2c8a4..b3ff9055 100644 --- a/charts/lagoon-remote/values.yaml +++ b/charts/lagoon-remote/values.yaml @@ -219,7 +219,7 @@ insightsRemote: repository: uselagoon/insights-remote pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. - tag: "v0.0.10" + tag: "v0.0.11" imagePullSecrets: [] nameOverride: "" From 5e5a014e4643e068bb8eb6fa2cefd4587b5482ae Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Thu, 15 Aug 2024 19:01:39 +1000 Subject: [PATCH 3/4] tests: enable insights-handler in ci --- charts/lagoon-core/ci/linter-values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/lagoon-core/ci/linter-values.yaml b/charts/lagoon-core/ci/linter-values.yaml index 9beab339..afd479ce 100644 --- a/charts/lagoon-core/ci/linter-values.yaml +++ b/charts/lagoon-core/ci/linter-values.yaml @@ -142,9 +142,9 @@ backupHandler: cpu: "10m" insightsHandler: + enabled: true image: repository: uselagoon/insights-handler - tag: main logs2notifications: replicaCount: 1 From 7f49dbb1f77e6ce8ff6c87e3e541ea96e4e902bd Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Fri, 16 Aug 2024 14:16:56 +1000 Subject: [PATCH 4/4] build: update ssh-portal and ssh-token to v0.37.2 --- charts/lagoon-core/Chart.yaml | 5 +++++ charts/lagoon-core/values.yaml | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/charts/lagoon-core/Chart.yaml b/charts/lagoon-core/Chart.yaml index d13284fa..c775e393 100644 --- a/charts/lagoon-core/Chart.yaml +++ b/charts/lagoon-core/Chart.yaml @@ -45,3 +45,8 @@ annotations: links: - name: insights-remote v0.0.6 release url: https://github.com/uselagoon/insights-handler/releases/tag/v0.0.6 + - kind: changed + description: update ssh-portal and ssh-token to v0.37.2 + links: + - name: ssh-portal v0.37.2 release + url: https://github.com/uselagoon/lagoon-ssh-portal/releases/tag/v0.37.2 diff --git a/charts/lagoon-core/values.yaml b/charts/lagoon-core/values.yaml index 5b7236be..41ae684a 100644 --- a/charts/lagoon-core/values.yaml +++ b/charts/lagoon-core/values.yaml @@ -885,7 +885,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.0" + tag: "v0.37.2" podAnnotations: {} @@ -958,7 +958,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.0" + tag: "v0.37.2" podAnnotations: {}