Skip to content

Commit 43a1f93

Browse files
added DEVTRON_VERSION_IDENTIFIER_IN_HELM_VALUES in devtro-cm
1 parent 872ec23 commit 43a1f93

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

charts/devtron/templates/devtron.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ data:
3333
CD_WORKFLOW_EXECUTOR_TYPE: SYSTEM
3434
CI_WORKFLOW_EXECUTOR_TYPE: SYSTEM
3535
DEVTRON_INSTALLATION_TYPE: enterprise
36+
DEVTRON_VERSION_IDENTIFIER_IN_HELM_VALUES: "devtron.installer.release"
3637
{{- end }}
3738
{{- if $.Values.installer.modules }}
3839
{{- if has "cicd" $.Values.installer.modules }}

charts/devtron/templates/migrator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ metadata:
323323
name: postgresql-migrate-enterprise-{{ randAlphaNum 5 | lower }}
324324
spec:
325325
activeDeadlineSeconds: 1500
326-
ttlSecondsAfterFinished: 600
326+
ttlSecondsAfterFinished: 1000
327327
backoffLimit: 20
328328
completions: 1
329329
parallelism: 1

0 commit comments

Comments
 (0)