update postgres operator and ui to 1.6.1
This commit is contained in:
parent
025e700a36
commit
42fa536e52
@ -1,10 +1,5 @@
|
|||||||
postgres_operator_ui_short_name: "postgres-operator-ui"
|
postgres_operator_ui_short_name: "postgres-operator-ui"
|
||||||
postgres_operator_default_values:
|
postgres_operator_default_values:
|
||||||
image:
|
|
||||||
registry: "{{ docker_registry }}"
|
|
||||||
repository: postgres-operator
|
|
||||||
tag: v1.5.0-72-g49158ecb
|
|
||||||
pullPolicy: "IfNotPresent"
|
|
||||||
configKubernetes:
|
configKubernetes:
|
||||||
pod_environment_configmap: "{{ postgres_db_namespace | default(namespace) }}/postgresql-pod-environment"
|
pod_environment_configmap: "{{ postgres_db_namespace | default(namespace) }}/postgresql-pod-environment"
|
||||||
storage_resize_mode: pvc
|
storage_resize_mode: pvc
|
||||||
@ -12,11 +7,6 @@ postgres_operator_default_values:
|
|||||||
|
|
||||||
postgres_operator_ui_default_values:
|
postgres_operator_ui_default_values:
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
image:
|
|
||||||
registry: "{{ docker_registry }}"
|
|
||||||
repository: postgres-operator-ui
|
|
||||||
tag: v1.5.0-72-g49158ecb
|
|
||||||
pullPolicy: "IfNotPresent"
|
|
||||||
|
|
||||||
envs:
|
envs:
|
||||||
# IMPORTANT: While operator chart and UI chart are idendependent, this is the interface between
|
# IMPORTANT: While operator chart and UI chart are idendependent, this is the interface between
|
||||||
|
Loading…
x
Reference in New Issue
Block a user