update postgres operator and ui to 1.6.1

This commit is contained in:
ace 2021-02-23 03:41:20 +03:00
parent 025e700a36
commit 42fa536e52
No known key found for this signature in database
GPG Key ID: 2E47CC17BA7F8CF0

View File

@ -1,10 +1,5 @@
postgres_operator_ui_short_name: "postgres-operator-ui"
postgres_operator_default_values:
image:
registry: "{{ docker_registry }}"
repository: postgres-operator
tag: v1.5.0-72-g49158ecb
pullPolicy: "IfNotPresent"
configKubernetes:
pod_environment_configmap: "{{ postgres_db_namespace | default(namespace) }}/postgresql-pod-environment"
storage_resize_mode: pvc
@ -12,11 +7,6 @@ postgres_operator_default_values:
postgres_operator_ui_default_values:
replicaCount: 1
image:
registry: "{{ docker_registry }}"
repository: postgres-operator-ui
tag: v1.5.0-72-g49158ecb
pullPolicy: "IfNotPresent"
envs:
# IMPORTANT: While operator chart and UI chart are idendependent, this is the interface between