Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump opensearch sync #657

Merged
merged 2 commits into from
May 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading