Skip to content

Commit

Permalink
Merge pull request #651 from uselagoon/lagoon-core-v2181
Browse files Browse the repository at this point in the history
update Lagoon appVersion to v2.18.1
  • Loading branch information
tobybellwood authored Apr 5, 2024
2 parents ab9b0c4 + 8e14d54 commit be3ee82
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 24 deletions.
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

0 comments on commit be3ee82

Please sign in to comment.