refactor(charts): BREAKING CHANGE (#2836)

* Update Apps with new Common version

* Patch with the secret fixes from common

* fix amd
This commit is contained in:
Kjeld Schouten-Lebbing
2022-06-07 19:41:19 +02:00
committed by GitHub
parent e4911cf0b1
commit 5529c2a3af
1546 changed files with 10467 additions and 3650 deletions
+1 -3
View File
@@ -8,7 +8,7 @@ image:
# -- environment variables. See [application docs](https://github.com/sismics/docs) for more details.
# @default -- See below
secret:
secretEnv:
# -- Defines the e-mail-address the admin user should have upon initialization
DOCS_ADMIN_EMAIL_INIT: ""
# -- Defines the password the admin user should have upon initialization. Needs to be a bcrypt hash.
@@ -28,8 +28,6 @@ env:
# -- The port of the SMTP-Server which should be used
DOCS_SMTP_PORT: 0
DATABASE_USER: "{{ .Values.postgresql.postgresqlUsername }}"
envValueFrom:
DATABASE_PASSWORD:
secretKeyRef:
name: dbcreds