From 6a51afcfcba0fc2da8a12e19145721ce0dde8bdd Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 17 Feb 2024 12:43:47 +0300 Subject: fix demo values file, drop .helm --- .gitlab-ci.yml | 2 +- .helm/values-demo.yaml | 18 ------------------ 2 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 .helm/values-demo.yaml 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 "noreply@example.com" - - 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 -- cgit v1.2.3