Skip to content

Commit

Permalink
Bump geoweb frontend version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jussi Liukkonen committed Sep 26, 2023
1 parent e570e27 commit 02ff3fd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/geoweb-frontend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion charts/geoweb-frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | |
Expand Down
2 changes: 1 addition & 1 deletion charts/geoweb-frontend/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
versions:
frontend: "v7.0.0"
frontend: "v8.0.0"

frontend:
name: geoweb
Expand Down

0 comments on commit 02ff3fd

Please sign in to comment.