Skip to content

Commit

Permalink
Merge pull request #572 from uselagoon/bump-lagoon-opensearch-sync
Browse files Browse the repository at this point in the history
Bump lagoon-opensearch-sync to v0.7.0
  • Loading branch information
smlx authored Jun 1, 2023
2 parents e3fd18b + 97933f8 commit d35f2af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/lagoon-core/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.29.0
version: 1.30.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.
Expand All @@ -41,4 +41,4 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: update Lagoon appVersion to v2.15.0
description: bump lagoon-opensearch-sync version to v0.7.0
4 changes: 2 additions & 2 deletions charts/lagoon-core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -794,9 +794,9 @@ opensearchSync:
enabled: false
image:
repository: ghcr.io/uselagoon/lagoon-opensearch-sync
pullPolicy: Always
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v0.5.0"
tag: "v0.7.0"

# debug logging toggle
debug: false
Expand Down

0 comments on commit d35f2af

Please sign in to comment.