From 02ff3fd4e36abfb6684c5873f1a7b1182646ece2 Mon Sep 17 00:00:00 2001 From: Jussi Liukkonen Date: Tue, 26 Sep 2023 12:15:59 +0300 Subject: [PATCH] Bump geoweb frontend version --- charts/geoweb-frontend/Chart.yaml | 4 ++-- charts/geoweb-frontend/README.md | 2 +- charts/geoweb-frontend/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/geoweb-frontend/Chart.yaml b/charts/geoweb-frontend/Chart.yaml index eda6556..86fd489 100644 --- a/charts/geoweb-frontend/Chart.yaml +++ b/charts/geoweb-frontend/Chart.yaml @@ -15,10 +15,10 @@ 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.0 +version: 3.0.1 # 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. # It is recommended to use it with quotes. -appVersion: "v7.0.0" +appVersion: "v8.0.0" diff --git a/charts/geoweb-frontend/README.md b/charts/geoweb-frontend/README.md index d21f2d4..33b22fe 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 | `v7.0.0` | +| `versions.frontend` | Possibility to override application version | `v8.0.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 3029100..9756c07 100644 --- a/charts/geoweb-frontend/values.yaml +++ b/charts/geoweb-frontend/values.yaml @@ -1,5 +1,5 @@ versions: - frontend: "v7.0.0" + frontend: "v8.0.0" frontend: name: geoweb