set imageTag
This commit is contained in:
parent
de39d97e1f
commit
761c3826d1
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in New Issue