summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-10-22 19:24:19 +0300
committerAndrew Dolgov <[email protected]>2023-10-22 19:24:19 +0300
commit761c3826d17ecd488f1143f8138188a6e794bade (patch)
tree66f79939786e9e353d4f6dd369bba5ff3e4e93c0
parentde39d97e1f48e1291fb5887e547b555dd2e641a1 (diff)
set imageTag
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 228332deb..4c5d9b01a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -96,5 +96,6 @@ update-demo:
HELM_REPO: https://gitlab.tt-rss.org/tt-rss/helm-charts/tt-rss
script:
- git clone ${HELM_REPO} chart
- - helm upgrade --atomic --install tt-rss-demo chart -f .helm/values-demo.yaml
+ - helm template tt-rss-demo chart --values .helm/values-demo.yaml --set imageTag=${CI_COMMIT_SHORT_SHA}
+ - helm upgrade --atomic --install tt-rss-demo chart --values .helm/values-demo.yaml --set imageTag=${CI_COMMIT_SHORT_SHA}