chore(apps): Sync questions and values env's (#2916)

* chore(apps): Sync questions and values env's

* chore(apps): sync questions and values env's

* chore(apps): sync questions and values env's

* chore(apps): sync questions and values env's

* chore(apps): sync questions and values env's

* chore(apps): sync questions and values env's

* chore(apps): sync questions and values env's

* remove disabled ingress from values

* remove required: false from questions

* whoops

* some cleanup

* more cleanup

* clean

* commented

* some fixes
This commit is contained in:
Stavros Kois
2022-06-17 10:24:54 +02:00
committed by GitHub
parent 7d5d05b7ca
commit ff2a5dae0d
227 changed files with 669 additions and 1024 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ sources:
- https://github.com/koel/docker
- https://hub.docker.com/r/phanan/koel
- https://github.com/koel/koel
version: 3.0.3
version: 3.0.4
annotations:
truecharts.org/catagories: |
- media
+5 -3
View File
@@ -11,6 +11,11 @@ podSecurityContext:
runAsUser: 0
runAsGroup: 0
secretEnv:
LASTFM_API_KEY: ""
LASTFM_API_SECRET: ""
YOUTUBE_API_KEY: ""
env:
DB_CONNECTION: "mysql"
DB_USERNAME: "{{ .Values.mariadb.mariadbUsername }}"
@@ -18,9 +23,6 @@ env:
DB_PORT: "3306"
FORCE_HTTPS: false
MEMORY_LIMIT: 2048
LASTFM_API_KEY: ""
LASTFM_API_SECRET: ""
YOUTUBE_API_KEY: ""
DB_HOST:
secretKeyRef:
name: mariadbcreds