From ad632c83d4bf3ec9ab072b9469a92ff25d8c91f1 Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Fri, 5 Apr 2024 15:16:30 +1100 Subject: [PATCH 1/2] chore: set broker replicas to 1 --- charts/lagoon-core/Chart.yaml | 22 ++-------------------- charts/lagoon-core/values.yaml | 2 +- 2 files changed, 3 insertions(+), 21 deletions(-) diff --git a/charts/lagoon-core/Chart.yaml b/charts/lagoon-core/Chart.yaml index 9b18aa85..5f6dcfcc 100644 --- a/charts/lagoon-core/Chart.yaml +++ b/charts/lagoon-core/Chart.yaml @@ -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.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. @@ -41,22 +41,4 @@ dependencies: annotations: artifacthub.io/changes: | - kind: changed - description: update Lagoon appVersion to v2.18.0 - - 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: reduce default replicas for broker to 1 diff --git a/charts/lagoon-core/values.yaml b/charts/lagoon-core/values.yaml index 862a6515..ead42778 100644 --- a/charts/lagoon-core/values.yaml +++ b/charts/lagoon-core/values.yaml @@ -324,7 +324,7 @@ keycloakDB: - /usr/share/container-scripts/mysql/readiness-probe.sh broker: - replicaCount: 3 + replicaCount: 1 image: repository: uselagoon/broker pullPolicy: Always From 8e14d54499ca44da7b03cf0f7aba7f114941464e Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Fri, 5 Apr 2024 15:17:01 +1100 Subject: [PATCH 2/2] chore: update Lagoon appVersion to v2.18.1 --- charts/lagoon-core/Chart.yaml | 4 +++- charts/lagoon-test/Chart.yaml | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/charts/lagoon-core/Chart.yaml b/charts/lagoon-core/Chart.yaml index 5f6dcfcc..ce02597b 100644 --- a/charts/lagoon-core/Chart.yaml +++ b/charts/lagoon-core/Chart.yaml @@ -27,7 +27,7 @@ version: 1.43.0 # 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 @@ -42,3 +42,5 @@ annotations: artifacthub.io/changes: | - kind: changed description: reduce default replicas for broker to 1 + - kind: changed + description: update Lagoon appVersion to v2.18.1 diff --git a/charts/lagoon-test/Chart.yaml b/charts/lagoon-test/Chart.yaml index b4bb6cdf..9e95cea0 100644 --- a/charts/lagoon-test/Chart.yaml +++ b/charts/lagoon-test/Chart.yaml @@ -15,13 +15,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: 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 @@ -29,4 +29,4 @@ appVersion: v2.18.0 annotations: artifacthub.io/changes: | - kind: changed - description: update Lagoon appVersion to v2.18.0 + description: update Lagoon appVersion to v2.18.1