Skip to content

Commit

Permalink
Updated opmet backend version (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
kasarit authored Dec 19, 2023
1 parent 1c2cc19 commit 2818046
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/geoweb-opmet-backend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ 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.2
version: 3.0.3

# 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: "v2.0.0"
appVersion: "v2.2.0"

maintainers:
- name: Jusaa
2 changes: 1 addition & 1 deletion charts/geoweb-opmet-backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ The following table lists the configurable parameters of the Opmet backend chart

| Parameter | Description | Default |
| - | - | - |
| `versions.opmet` | Possibility to override application version | `v2.0.0` |
| `versions.opmet` | Possibility to override application version | `v2.2.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
4 changes: 2 additions & 2 deletions charts/geoweb-opmet-backend/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
versions:
opmet: "v2.0.0"
opmet: "v2.2.0"

opmet:
name: opmet
Expand Down Expand Up @@ -40,7 +40,7 @@ opmet:
messageconverter:
name: opmet-messageconverter
registry: registry.gitlab.com/opengeoweb/avi-msgconverter/geoweb-knmi-avi-messageservices
version: "0.2.1"
version: "0.3.0"
port: 8080
resources:
requests:
Expand Down

0 comments on commit 2818046

Please sign in to comment.