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

This commit is contained in:
ace
2023-06-10 06:21:33 +03:00
parent f8aa77397d
commit 1212fe0168
4 changed files with 36 additions and 12 deletions

View File

@ -8,7 +8,7 @@ replicaCount: 1
image:
registry: registry.opensource.zalan.do
repository: acid/postgres-operator-ui
tag: v1.9.0
tag: v1.10.0
pullPolicy: "IfNotPresent"
# Optionally specify an array of imagePullSecrets.
@ -41,6 +41,7 @@ resources:
envs:
# IMPORTANT: While operator chart and UI chart are independent, this is the interface between
# UI and operator API. Insert the service name of the operator API here!
appUrl: "http://localhost:8081"
operatorApiUrl: "http://postgres-operator:8080"
operatorClusterNameLabel: "cluster-name"
resourcesVisible: "False"