From 19f14aebd9fe9cda61c88ffc381f427400dcb1c3 Mon Sep 17 00:00:00 2001 From: Jusaa Date: Thu, 12 Oct 2023 14:00:59 +0300 Subject: [PATCH] Update values on values.yaml too, as only updating appVersion isn't enough (#32) Co-authored-by: Jussi Liukkonen --- charts/geoweb-frontend/Chart.yaml | 2 +- charts/geoweb-frontend/README.md | 2 +- charts/geoweb-frontend/values.yaml | 2 +- charts/geoweb-opmet-backend/Chart.yaml | 2 +- charts/geoweb-opmet-backend/README.md | 2 +- charts/geoweb-opmet-backend/values.yaml | 2 +- charts/geoweb-presets-backend/Chart.yaml | 2 +- charts/geoweb-presets-backend/README.md | 2 +- charts/geoweb-presets-backend/values.yaml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/charts/geoweb-frontend/Chart.yaml b/charts/geoweb-frontend/Chart.yaml index e3bffa3..5841345 100644 --- a/charts/geoweb-frontend/Chart.yaml +++ b/charts/geoweb-frontend/Chart.yaml @@ -15,7 +15,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. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 3.0.4 +version: 3.0.5 # 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 diff --git a/charts/geoweb-frontend/README.md b/charts/geoweb-frontend/README.md index 50829d7..d149c65 100644 --- a/charts/geoweb-frontend/README.md +++ b/charts/geoweb-frontend/README.md @@ -103,7 +103,7 @@ The following table lists the configurable parameters of the GeoWeb frontend cha | Parameter | Description | Default | | - | - | - | -| `versions.frontend` | Possibility to override application version | `v8.0.0` | +| `versions.frontend` | Possibility to override application version | `v8.2.0` | | `frontend.name` | Name of frontend | `geoweb` | | `frontend.registry` | Registry to fetch image | `registry.gitlab.com/opengeoweb/opengeoweb` | | `frontend.commitHash` | Adds commitHash annotation to the deployment | | diff --git a/charts/geoweb-frontend/values.yaml b/charts/geoweb-frontend/values.yaml index eb3d5bc..ecf928d 100644 --- a/charts/geoweb-frontend/values.yaml +++ b/charts/geoweb-frontend/values.yaml @@ -1,5 +1,5 @@ versions: - frontend: "v8.0.0" + frontend: "v8.2.0" frontend: name: geoweb diff --git a/charts/geoweb-opmet-backend/Chart.yaml b/charts/geoweb-opmet-backend/Chart.yaml index 382dce3..eb24d18 100644 --- a/charts/geoweb-opmet-backend/Chart.yaml +++ b/charts/geoweb-opmet-backend/Chart.yaml @@ -15,7 +15,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. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.3.4 +version: 2.3.5 # 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 diff --git a/charts/geoweb-opmet-backend/README.md b/charts/geoweb-opmet-backend/README.md index cce6436..8d688ff 100644 --- a/charts/geoweb-opmet-backend/README.md +++ b/charts/geoweb-opmet-backend/README.md @@ -57,7 +57,7 @@ The following table lists the configurable parameters of the Opmet backend chart | Parameter | Description | Default | | - | - | - | -| `versions.opmet` | Possibility to override application version | `v1.2.0` | +| `versions.opmet` | Possibility to override application version | `v1.3.0` | | `opmet.name` | Name of backend | `opmet` | | `opmet.registry` | Registry to fetch image | `registry.gitlab.com/opengeoweb/backend-services/opmet-backend` | | `opmet.commitHash` | Adds commitHash annotation to the deployment | | diff --git a/charts/geoweb-opmet-backend/values.yaml b/charts/geoweb-opmet-backend/values.yaml index 1ec2fa0..df54948 100644 --- a/charts/geoweb-opmet-backend/values.yaml +++ b/charts/geoweb-opmet-backend/values.yaml @@ -1,5 +1,5 @@ versions: - opmet: "v1.2.0" + opmet: "v1.3.0" opmet: name: opmet diff --git a/charts/geoweb-presets-backend/Chart.yaml b/charts/geoweb-presets-backend/Chart.yaml index a8782c6..fbc9ef5 100644 --- a/charts/geoweb-presets-backend/Chart.yaml +++ b/charts/geoweb-presets-backend/Chart.yaml @@ -15,7 +15,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. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.5.3 +version: 2.5.4 # 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 diff --git a/charts/geoweb-presets-backend/README.md b/charts/geoweb-presets-backend/README.md index 0c9bb21..2ebd261 100644 --- a/charts/geoweb-presets-backend/README.md +++ b/charts/geoweb-presets-backend/README.md @@ -78,7 +78,7 @@ The following table lists the configurable parameters of the Presets backend cha | Parameter | Description | Default | | - | - | - | -| `versions.presets` | Possibility to override application version | `3.5.2` | +| `versions.presets` | Possibility to override application version | `3.5.4` | | `presets.name` | Name of backend | `presets` | | `presets.registry` | Registry to fetch image | `registry.gitlab.com/opengeoweb/backend-services/presets-backend` | | `presets.commitHash` | Adds commitHash annotation to the deployment | | diff --git a/charts/geoweb-presets-backend/values.yaml b/charts/geoweb-presets-backend/values.yaml index cde87b6..3ca99a3 100644 --- a/charts/geoweb-presets-backend/values.yaml +++ b/charts/geoweb-presets-backend/values.yaml @@ -1,5 +1,5 @@ versions: - presets: "3.5.2" + presets: "3.5.4" presets: name: presets