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

update Lagoon appVersion to v2.18.1 #651

Merged
merged 2 commits into from
Apr 5, 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
24 changes: 4 additions & 20 deletions charts/lagoon-core/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ 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.42.0
version: 1.43.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.
# Versions are not expected to follow Semantic Versioning. They should reflect
# the version the application is using.
appVersion: v2.18.0
appVersion: v2.18.1

dependencies:
- name: nats
Expand All @@ -41,22 +41,6 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: update Lagoon appVersion to v2.18.0
description: reduce default replicas for broker to 1
- kind: changed
description: remove unused legacy registry setting from core
- kind: changed
description: modify keycloak liveness and readiness endpoint
- kind: changed
description: added initcontainer to api to handle keycloak migrations
- kind: changed
description: updated insights-handler to v0.0.4
- kind: fixed
description: apiDB livenessProbe access denied
- kind: added
description: apiDB readinessProbe uses sql query
- kind: added
description: apiDB startupProbe waits for init completion
- kind: added
description: apiDB configurable terminationGracePeriodSeconds
- kind: added
description: keycloakDB aligns to apiDB
description: update Lagoon appVersion to v2.18.1
2 changes: 1 addition & 1 deletion charts/lagoon-core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ keycloakDB:
- /usr/share/container-scripts/mysql/readiness-probe.sh

broker:
replicaCount: 3
replicaCount: 1
image:
repository: uselagoon/broker
pullPolicy: Always
Expand Down
6 changes: 3 additions & 3 deletions charts/lagoon-test/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ 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: 0.54.0
version: 0.55.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.
# Versions are not expected to follow Semantic Versioning. They should reflect
# the version the application is using.
appVersion: v2.18.0
appVersion: v2.18.1

# This section is used to collect a changelog for artifacthub.io
# It should be started afresh for each release
# Valid supported kinds are added, changed, deprecated, removed, fixed and security
annotations:
artifacthub.io/changes: |
- kind: changed
description: update Lagoon appVersion to v2.18.0
description: update Lagoon appVersion to v2.18.1
Loading