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

This commit is contained in:
ace
2023-09-09 16:55:18 +03:00
parent d5dff70302
commit b2018c2a0d
4 changed files with 38 additions and 13 deletions

View File

@ -8,7 +8,7 @@ replicaCount: 1
image:
registry: registry.opensource.zalan.do
repository: acid/postgres-operator-ui
tag: v1.10.0
tag: v1.10.1
pullPolicy: "IfNotPresent"
# Optionally specify an array of imagePullSecrets.
@ -82,6 +82,8 @@ extraEnvs:
# key: AWS_DEFAULT_REGION
# - name: SPILO_S3_BACKUP_BUCKET
# value: <s3 bucket used by the operator>
# - name: "USE_AWS_INSTANCE_PROFILE"
# value: "true"
# configure UI service
service:
@ -103,7 +105,7 @@ ingress:
ingressClassName: ""
hosts:
- host: ui.example.org
paths: [""]
paths: ["/"]
tls: []
# - secretName: ui-tls
# hosts: