diff --git a/instance-applications/120-ibm-db2u-database/templates/05-postsync-setup-db2_Job.yaml b/instance-applications/120-ibm-db2u-database/templates/05-postsync-setup-db2_Job.yaml index bdfddb4bb..520cf3067 100644 --- a/instance-applications/120-ibm-db2u-database/templates/05-postsync-setup-db2_Job.yaml +++ b/instance-applications/120-ibm-db2u-database/templates/05-postsync-setup-db2_Job.yaml @@ -95,7 +95,7 @@ kind: Job metadata: # Suffix the Job name with a hash of all chart values # This is to ensure that ArgoCD will delete and recreate the job if (and only if) anything changes in the DB2 config - name: "postsync-setup-db2-{{ .Values.db2_instance_name }}-v2-{{ .Values | toYaml | adler32sum }}" + name: "postsync-setup-db2-{{ .Values.db2_instance_name }}-v3-{{ .Values | toYaml | adler32sum }}" namespace: "{{ .Values.db2_namespace }}" annotations: argocd.argoproj.io/sync-wave: "129" @@ -470,7 +470,7 @@ spec: [ \$rc -ne 0 ] && exit \$rc echo "backupdb.sh: db2set comms manager" - db2set DB2COMM=TCPIP,SSL + db2set DB2COMM=SSL rc=\$? [ \$rc -ne 0 ] && exit \$rc