Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
KSZK
DevTeam
becskasszasch
Commits
6e37176b
Verified
Commit
6e37176b
authored
Oct 14, 2021
by
blint
😶
Browse files
versioning
parent
dbd0dbe4
Changes
2
Hide whitespace changes
Inline
Side-by-side
k8s/Chart.yaml
View file @
6e37176b
...
...
@@ -21,4 +21,4 @@ version: 0.1.0
# 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
:
"
prod"
appVersion
:
.Values.Tag
k8s/values.yaml
View file @
6e37176b
...
...
@@ -8,4 +8,5 @@ POSTGRES_PASS: "${POSTGRES_PASS}"
POSTGRES_USER
:
"
${POSTGRES_USER}"
POSTGRES_DB
:
"
${POSTGRES_DB}"
Tag
:
"
${CI_COMMIT_REF_NAME}"
# for local deploy Tag: "vx.y.z"
REGISTRY_CONF
:
"
${REGISTRY_CONF}"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment