summaryrefslogtreecommitdiff
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
parentea732aa55fb6635fa9dc75ca2269f30fd36ed2c6 (diff)
fix demo values file, drop .helm
-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