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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user