From 8e14d54499ca44da7b03cf0f7aba7f114941464e Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Fri, 5 Apr 2024 15:17:01 +1100 Subject: [PATCH] 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