File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ releases:
4444 namespace : {{ .Values.orchestrate.namespace }}
4545 chart : consensys/orchestrate
4646 atomic : true
47- version : 1.0.1
47+ version : 1.0.2
4848 needs :
4949 - {{ .Values.kafka.namespace }}/kafka-{{ .Environment.Name }}
5050 - {{ .Values.vault.namespace }}/vault
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ postgresql:
1919 password: {{ .Values.postgresqlHA.postgresql.password | quote }}
2020 replicaCount: {{ .Values | get "postgresqlHA.postgresql.replicaCount" 1 }}
2121 repmgrPassword: {{ .Values.postgresqlHA.postgresql.repmgrPassword | quote }}
22+ syncReplication: true
2223 affinity:
2324 podAntiAffinity:
2425 preferredDuringSchedulingIgnoredDuringExecution:
You can’t perform that action at this time.
0 commit comments