postgres-operator-ui: bump to v1.12.0, helm chart v1.12.0

This commit is contained in:
ace
2024-06-01 03:42:01 +03:00
parent 2ec29384d5
commit 6b110c9f5b
4 changed files with 58 additions and 57 deletions

View File

@ -6,9 +6,9 @@ replicaCount: 1
# configure ui image
image:
registry: registry.opensource.zalan.do
repository: acid/postgres-operator-ui
tag: v1.11.0
registry: ghcr.io
repository: zalando/postgres-operator-ui
tag: v1.12.0
pullPolicy: "IfNotPresent"
# Optionally specify an array of imagePullSecrets.
@ -111,3 +111,18 @@ ingress:
# - secretName: ui-tls
# hosts:
# - ui.exmaple.org
# priority class for operator-ui pod
priorityClassName: ""
# Affinity for pod assignment
# Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity
affinity: {}
# Node labels for pod assignment
# Ref: https://kubernetes.io/docs/user-guide/node-selection/
nodeSelector: {}
# Tolerations for pod assignment
# Ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
tolerations: []