Update Helm chart common to v2.1.4 (#325)

* Update Helm chart common to v2.1.4

* Update-Folder-Names-and-Dependencies

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
renovate[bot]
2021-04-10 20:33:55 +02:00
committed by GitHub
co-authored by Renovate Bot TrueCharts-Bot
parent 580355bdf8
commit 410fb97c5f
594 changed files with 309 additions and 309 deletions
@@ -0,0 +1,37 @@
image:
registry: registry.opensource.zalan.do
repository: acid/postgres-operator
tag: v1.6.2
pullPolicy: "IfNotPresent"
postgres-operator:
fullnameOverride: "postgres-operator"
configUsers:
# postgres username used for replication between instances
replication_username: postgres
configMajorVersionUpgrade:
# "off": no upgrade, "manual": manifest triggers action, "full": minimal version violation triggers too
major_version_upgrade_mode: "full"
configKubernetes:
# enable_pod_antiaffinity: true
# pod_environment_configmap: "postgres-pod-config"
watched_namespace: "*"
# list of labels that can be inherited from the cluster manifest
inherited_labels: application, environment
ingress:
main:
enabled: true
type: "HTTP"
entrypoint: "websecure"
certType: "selfsigned"
dynamicServiceName: "postgres-operator-ui"
servicePort: 8081
annotations: {}
labels: {}
hosts:
- host: chart-example.local
paths:
- path: /
# Ignored if not kubeVersion >= 1.14-0
pathType: Prefix