summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2024-02-17 12:43:47 +0300
committerAndrew Dolgov <[email protected]>2024-02-17 12:43:47 +0300
commit6a51afcfcba0fc2da8a12e19145721ce0dde8bdd (patch)
tree9e52191ba2d13a37fa512ebbd6bf0408af3bfd57 /.gitlab-ci.yml
parentea732aa55fb6635fa9dc75ca2269f30fd36ed2c6 (diff)
fix demo values file, drop .helm
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c5a44e5a9..e4d1a1e9d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -141,7 +141,7 @@ update-demo:
- cd chart
- git config user.name "Gitlab CI"
- git config user.email "[email protected]"
- - yq -ei '.imageTag = "'${CI_COMMIT_SHORT_SHA}'"' values-prod.yaml
+ - yq -ei '.imageTag = "'${CI_COMMIT_SHORT_SHA}'"' values-demo.yaml
- git diff
- git add .
- git commit -m "update image tag to ${CI_COMMIT_SHORT_SHA}"