From 7493931f6561ea87c473d1a2788471c7e5206cbf Mon Sep 17 00:00:00 2001 From: Felix Kunde Date: Mon, 8 Jul 2019 16:05:10 +0200 Subject: [PATCH] fix typo and update operator image in charts --- charts/postgres-operator/values-crd.yaml | 4 ++-- charts/postgres-operator/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/postgres-operator/values-crd.yaml b/charts/postgres-operator/values-crd.yaml index bc49aafbf..227ddba25 100644 --- a/charts/postgres-operator/values-crd.yaml +++ b/charts/postgres-operator/values-crd.yaml @@ -1,7 +1,7 @@ image: registry: registry.opensource.zalan.do repository: acid/postgres-operator - tag: v1.1.0-48-g540d58d + tag: v1.1.0-54-g3a914f9 pullPolicy: "IfNotPresent" # Optionally specify an array of imagePullSecrets. @@ -92,7 +92,7 @@ configKubernetes: pod_terminate_grace_period: 5m # template for database user secrets generated by the operator secret_name_template: "{username}.{cluster}.credentials.{tprkind}.{tprgroup}" - # group ID with write-access to volumes (reuired to run Spilo as non-root process) + # group ID with write-access to volumes (required to run Spilo as non-root process) # spilo_fsgroup: 103 # whether the Spilo container should run in privileged mode diff --git a/charts/postgres-operator/values.yaml b/charts/postgres-operator/values.yaml index 3a3460e78..51a0a6ed9 100644 --- a/charts/postgres-operator/values.yaml +++ b/charts/postgres-operator/values.yaml @@ -1,7 +1,7 @@ image: registry: registry.opensource.zalan.do repository: acid/postgres-operator - tag: v1.1.0-48-g540d58d + tag: v1.1.0-54-g3a914f9 pullPolicy: "IfNotPresent" # Optionally specify an array of imagePullSecrets. @@ -88,7 +88,7 @@ configKubernetes: pod_terminate_grace_period: 5m # template for database user secrets generated by the operator secret_name_template: '{username}.{cluster}.credentials' - # group ID with write-access to volumes (reuired to run Spilo as non-root process) + # group ID with write-access to volumes (required to run Spilo as non-root process) # spilo_fsgroup: "103" # whether the Spilo container should run in privileged mode