summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2024-02-01 18:50:30 +0300
committerAndrew Dolgov <[email protected]>2024-02-01 18:50:30 +0300
commita9016d6a18a00f9d584191910fe8637d27bbd8f7 (patch)
treecea7b7c8ace65af01bb15eab65df9fa014fef499
parentd623b167cbb9240222f50937c3257a25b15a8518 (diff)
add helm vars
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 485873a..195a9bd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -57,6 +57,9 @@ update-demo:
extends: .deploy-helm-chart
variables:
HELM_CHART: oci://registry.fakecake.org/infra/helm-charts/the-epube
+ HELM_VALUES: .helm/values-demo.yaml
+ HELM_RELEASE: the-epube-demo
+ HELM_ARGS: --set imageTag=${CI_COMMIT_SHORT_SHA}
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_REGISTRY_USER != null && $UPDATE_DEMO == "true"
stage: publish