Skip to content

Commit

Permalink
Merge pull request #657 from uselagoon/bump-opensearch-sync
Browse files Browse the repository at this point in the history
bump opensearch sync
  • Loading branch information
tobybellwood authored May 16, 2024
2 parents 0d9d0ce + 440d8ad commit e12130b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 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.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.
Expand All @@ -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
2 changes: 1 addition & 1 deletion charts/lagoon-core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e12130b

Please sign in to comment.