diff --git a/charts/postgres-operator/Chart.yaml b/charts/postgres-operator/Chart.yaml index 22316f0..821c892 100644 --- a/charts/postgres-operator/Chart.yaml +++ b/charts/postgres-operator/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: postgres-operator description: Postgres Operator creates and manages PostgreSQL clusters running in Kubernetes version: 1.7.1 -appVersion: 1.7.1 +appVersion: 1.7.2 home: https://github.com/zalando/postgres-operator sources: - https://github.com/zalando/postgres-operator diff --git a/charts/postgres-operator/README.md b/charts/postgres-operator/README.md index 7af74ea..49d715e 100644 --- a/charts/postgres-operator/README.md +++ b/charts/postgres-operator/README.md @@ -49,7 +49,7 @@ The following table lists the configurable parameters of the Postgres-operator c | `configGeneral.enable_shm_volume` | | `true` | | `configGeneral.enable_spilo_wal_path_compat` | | `false` | | `configGeneral.etcd_host` | | `""` | -| `configGeneral.docker_image` | | `"registry.opensource.zalan.do/acid/spilo-14:2.1-p3"` | +| `configGeneral.docker_image` | | `"registry.opensource.zalan.do/acid/spilo-14:2.1-p4"` | | `configGeneral.min_instances` | | `-1` | | `configGeneral.max_instances` | | `-1` | | `configGeneral.repair_period` | | `"5m"` | diff --git a/charts/postgres-operator/crds/operatorconfigurations.yaml b/charts/postgres-operator/crds/operatorconfigurations.yaml index 90a632f..327ed13 100644 --- a/charts/postgres-operator/crds/operatorconfigurations.yaml +++ b/charts/postgres-operator/crds/operatorconfigurations.yaml @@ -65,7 +65,7 @@ spec: properties: docker_image: type: string - default: "registry.opensource.zalan.do/acid/spilo-14:2.1-p3" + default: "registry.opensource.zalan.do/acid/spilo-14:2.1-p4" enable_crd_validation: type: boolean default: true diff --git a/charts/postgres-operator/values.yaml b/charts/postgres-operator/values.yaml index 9af19b5..504670a 100644 --- a/charts/postgres-operator/values.yaml +++ b/charts/postgres-operator/values.yaml @@ -33,7 +33,7 @@ configGeneral: # Select if setup uses endpoints (default), or configmaps to manage leader (DCS=k8s) # kubernetes_use_configmaps: false # Spilo docker image - docker_image: registry.opensource.zalan.do/acid/spilo-14:2.1-p3 + docker_image: registry.opensource.zalan.do/acid/spilo-14:2.1-p4 # min number of instances in Postgres cluster. -1 = no limit min_instances: -1 # max number of instances in Postgres cluster. -1 = no limit