From 7869373411f45341238ec0e38ebd12ea8e2b267c Mon Sep 17 00:00:00 2001 From: Scott Leggett Date: Fri, 10 May 2024 16:48:14 +0800 Subject: [PATCH 1/2] chore: bump lagoon-opensearch-sync to v0.8.0 --- charts/lagoon-core/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/lagoon-core/values.yaml b/charts/lagoon-core/values.yaml index c86774e88..944aee306 100644 --- a/charts/lagoon-core/values.yaml +++ b/charts/lagoon-core/values.yaml @@ -912,7 +912,7 @@ opensearchSync: repository: ghcr.io/uselagoon/lagoon-opensearch-sync pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "v0.7.1" + tag: "v0.8.0" # debug logging toggle debug: false From 440d8ade951933c7c523b4dc6b272cca7c7a7ee7 Mon Sep 17 00:00:00 2001 From: Scott Leggett Date: Fri, 10 May 2024 16:52:44 +0800 Subject: [PATCH 2/2] chore: bump lagoon-core chart version --- charts/lagoon-core/Chart.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/charts/lagoon-core/Chart.yaml b/charts/lagoon-core/Chart.yaml index 95ebb6dd9..03317bbe0 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.44.0 +version: 1.45.0 # 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 SSH_ENDPOINT vars to api service - - kind: changed - description: update Lagoon appVersion to v2.18.2 + description: bump lagoon-opensearch-sync to v0.8.0 + links: + - name: lagoon-opensearch-sync v0.8.0 release + url: https://github.com/uselagoon/lagoon-opensearch-sync/releases/tag/v0.8.0