File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
deploy/helm/apikeymanager Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,13 +32,13 @@ type: application
32
32
# This is the chart version. This version number should be incremented each time you make changes
33
33
# to the chart and its templates, including the app version.
34
34
# Versions are expected to follow Semantic Versioning (https://semver.org/)
35
- version : 0. 1.0-dev0.g173becc
35
+ version : 1.0.0
36
36
37
37
# This is the version number of the application being deployed. This version number should be
38
38
# incremented each time you make changes to the application. Versions are not expected to
39
39
# follow Semantic Versioning. They should reflect the version the application is using.
40
40
# It is recommended to use it with quotes.
41
- appVersion : 0. 1.0-dev0.g173becc
41
+ appVersion : 1.0.0
42
42
43
43
maintainers :
44
44
- name : CS GROUP
Original file line number Diff line number Diff line change 69
69
# -- Image repository
70
70
repository : ghcr.io/csgroup-oss/apikey-manager
71
71
# -- Image tag
72
- tag : 0.1.dev0.g173becc
72
+ tag : 1.0.0
73
73
74
74
imagePullSecrets :
75
75
# -- Image pull secrets
You can’t perform that action at this time.
0 commit comments