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