From 1b960d36dcaef667ba342b50de97e836a5c372e8 Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Tue, 18 Jun 2024 13:58:07 +1000 Subject: [PATCH] chore: update chart.yamls for releases --- charts/lagoon-build-deploy/Chart.yaml | 4 ++-- charts/lagoon-build-deploy/ci/linter-values.yaml | 2 +- charts/lagoon-core/Chart.yaml | 2 ++ charts/lagoon-remote/Chart.yaml | 6 ++---- charts/lagoon-test/Chart.yaml | 2 ++ 5 files changed, 9 insertions(+), 7 deletions(-) diff --git a/charts/lagoon-build-deploy/Chart.yaml b/charts/lagoon-build-deploy/Chart.yaml index 32e72868a..dbbf3801d 100644 --- a/charts/lagoon-build-deploy/Chart.yaml +++ b/charts/lagoon-build-deploy/Chart.yaml @@ -16,11 +16,11 @@ kubeVersion: ">= 1.23.0-0" type: application -version: 0.27.0 +version: 0.28.0 appVersion: v0.15.6 annotations: artifacthub.io/changes: | - kind: changed - description: update remote-controller image to v0.15.6 + description: update values for local development diff --git a/charts/lagoon-build-deploy/ci/linter-values.yaml b/charts/lagoon-build-deploy/ci/linter-values.yaml index 30f7f7122..8864bbdd7 100644 --- a/charts/lagoon-build-deploy/ci/linter-values.yaml +++ b/charts/lagoon-build-deploy/ci/linter-values.yaml @@ -8,4 +8,4 @@ lagoonTokenHost: lagoon-core-token.lagoon-core.svc lagoonTokenPort: 22 lagoonAPIHost: http://lagoon-core-api.lagoon-core.svc:80 extraArgs: - - "--skip-tls-verify=true" \ No newline at end of file + - "--skip-tls-verify=true" diff --git a/charts/lagoon-core/Chart.yaml b/charts/lagoon-core/Chart.yaml index 062505148..87e58589a 100644 --- a/charts/lagoon-core/Chart.yaml +++ b/charts/lagoon-core/Chart.yaml @@ -42,3 +42,5 @@ annotations: artifacthub.io/changes: | - kind: changed description: prepare for Lagoon v2.20.0 release + - kind: changed + description: update values for local development diff --git a/charts/lagoon-remote/Chart.yaml b/charts/lagoon-remote/Chart.yaml index 992dca137..901019b89 100644 --- a/charts/lagoon-remote/Chart.yaml +++ b/charts/lagoon-remote/Chart.yaml @@ -19,7 +19,7 @@ type: application # This is the chart version. This version number should be incremented each # time you make changes to the chart and its templates, including the app # version. -version: 0.90.0 +version: 0.91.0 dependencies: - name: lagoon-build-deploy @@ -41,6 +41,4 @@ dependencies: annotations: artifacthub.io/changes: | - kind: changed - description: update docker-host from v3.3.0 to v3.5.0 - - kind: changed - description: update lagoon-build-deploy from 0.26.4 to 0.27.0 + description: update values for local development diff --git a/charts/lagoon-test/Chart.yaml b/charts/lagoon-test/Chart.yaml index 50b76ac20..1c7a74188 100644 --- a/charts/lagoon-test/Chart.yaml +++ b/charts/lagoon-test/Chart.yaml @@ -30,3 +30,5 @@ annotations: artifacthub.io/changes: | - kind: changed description: prepare for Lagoon v2.20.0 release + - kind: changed + description: update values for local development