summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml2
-rw-r--r--.helm/values-demo.yaml18
2 files changed, 1 insertions, 19 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}"
diff --git a/.helm/values-demo.yaml b/.helm/values-demo.yaml
deleted file mode 100644
index 3584b16bf..000000000
--- a/.helm/values-demo.yaml
+++ /dev/null
@@ -1,18 +0,0 @@
-imageTag: latest
-
-user:
- name: demo
- password: demo
- access_level: 10
-
-virtualservice:
- suffix: k3s.kake
- additional_domains:
- - demo.tt-rss.org
-
-web:
- root: /var/www/html/tt-rss
- base: ""
-
-restart:
- enabled: true