Skip to content

Commit b4ddcb1

Browse files
Update version in helm chart
1 parent def787e commit b4ddcb1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

deploy/helm/apikeymanager/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ type: application
3232
# This is the chart version. This version number should be incremented each time you make changes
3333
# to the chart and its templates, including the app version.
3434
# Versions are expected to follow Semantic Versioning (https://semver.org/)
35-
version: 0.1.0-dev0.g173becc
35+
version: 1.0.0
3636

3737
# This is the version number of the application being deployed. This version number should be
3838
# incremented each time you make changes to the application. Versions are not expected to
3939
# follow Semantic Versioning. They should reflect the version the application is using.
4040
# It is recommended to use it with quotes.
41-
appVersion: 0.1.0-dev0.g173becc
41+
appVersion: 1.0.0
4242

4343
maintainers:
4444
- name: CS GROUP

deploy/helm/apikeymanager/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ image:
6969
# -- Image repository
7070
repository: ghcr.io/csgroup-oss/apikey-manager
7171
# -- Image tag
72-
tag: 0.1.dev0.g173becc
72+
tag: 1.0.0
7373

7474
imagePullSecrets:
7575
# -- Image pull secrets

0 commit comments

Comments
 (0)