diff --git a/charts/lagoon-core/Chart.yaml b/charts/lagoon-core/Chart.yaml index 9e289bfe..0db0900c 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.39.0 +version: 1.40.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. @@ -40,5 +40,5 @@ dependencies: # Valid supported kinds are added, changed, deprecated, removed, fixed and security annotations: artifacthub.io/changes: | - - kind: added - description: Insights trivy service + - kind: changed + description: bump lagoon-opensearch-sync version to v0.7.1 diff --git a/charts/lagoon-core/values.yaml b/charts/lagoon-core/values.yaml index af899ac2..25798e4f 100644 --- a/charts/lagoon-core/values.yaml +++ b/charts/lagoon-core/values.yaml @@ -885,7 +885,7 @@ opensearchSync: repository: ghcr.io/uselagoon/lagoon-opensearch-sync pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "v0.7.0" + tag: "v0.7.1" # debug logging toggle debug: false