Skip to content

Commit

Permalink
Update values on values.yaml too, as only updating appVersion isn't e…
Browse files Browse the repository at this point in the history
…nough (#32)

Co-authored-by: Jussi Liukkonen <[email protected]>
  • Loading branch information
Jusaa and Jussi Liukkonen authored Oct 12, 2023
1 parent 1e20e4a commit 19f14ae
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion charts/geoweb-frontend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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 | `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 | |
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: "v8.0.0"
frontend: "v8.2.0"

frontend:
name: geoweb
Expand Down
2 changes: 1 addition & 1 deletion charts/geoweb-opmet-backend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/geoweb-opmet-backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | |
Expand Down
2 changes: 1 addition & 1 deletion charts/geoweb-opmet-backend/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
versions:
opmet: "v1.2.0"
opmet: "v1.3.0"

opmet:
name: opmet
Expand Down
2 changes: 1 addition & 1 deletion charts/geoweb-presets-backend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/geoweb-presets-backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | |
Expand Down
2 changes: 1 addition & 1 deletion charts/geoweb-presets-backend/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
versions:
presets: "3.5.2"
presets: "3.5.4"

presets:
name: presets
Expand Down

0 comments on commit 19f14ae

Please sign in to comment.