fix demo values file, drop .helm

This commit is contained in:
Andrew Dolgov 2024-02-17 12:43:47 +03:00
parent ea732aa55f
commit 6a51afcfcb
No known key found for this signature in database
GPG Key ID: 1A56B4FA25D4AF2A
2 changed files with 1 additions and 19 deletions

View File

@ -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}"

View File

@ -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