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
+3 -6
View File
@@ -11,12 +11,6 @@ env:
# Anything but empty means true, empty means false
REDMINE_NO_DB_MIGRATE: "{{ ternary \"true\" \"\" .Values.redmine.no_db_migrate }}"
REDMINE_PLUGINS_MIGRATE: "{{ ternary \"true\" \"\" .Values.redmine.plugins_migrate }}"
redmine:
plugins_migrate: true
no_db_migrate: false
envValueFrom:
REDMINE_DB_PASSWORD:
secretKeyRef:
name: dbcreds
@@ -29,6 +23,9 @@ envValueFrom:
secretKeyRef:
name: redmine-secrets
key: REDMINE_SECRET_KEY_BASE
redmine:
plugins_migrate: true
no_db_migrate: false
securityContext:
readOnlyRootFilesystem: false