update postgres-image
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de>
This commit is contained in:
parent
4f0b9aaa01
commit
a81efb2c83
|
|
@ -2,7 +2,7 @@ apiVersion: v2
|
||||||
name: postgres-operator
|
name: postgres-operator
|
||||||
description: Postgres Operator creates and manages PostgreSQL clusters running in Kubernetes
|
description: Postgres Operator creates and manages PostgreSQL clusters running in Kubernetes
|
||||||
version: 1.7.1
|
version: 1.7.1
|
||||||
appVersion: 1.7.1
|
appVersion: 1.7.2
|
||||||
home: https://github.com/zalando/postgres-operator
|
home: https://github.com/zalando/postgres-operator
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/zalando/postgres-operator
|
- https://github.com/zalando/postgres-operator
|
||||||
|
|
|
||||||
|
|
@ -49,7 +49,7 @@ The following table lists the configurable parameters of the Postgres-operator c
|
||||||
| `configGeneral.enable_shm_volume` | | `true` |
|
| `configGeneral.enable_shm_volume` | | `true` |
|
||||||
| `configGeneral.enable_spilo_wal_path_compat` | | `false` |
|
| `configGeneral.enable_spilo_wal_path_compat` | | `false` |
|
||||||
| `configGeneral.etcd_host` | | `""` |
|
| `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.min_instances` | | `-1` |
|
||||||
| `configGeneral.max_instances` | | `-1` |
|
| `configGeneral.max_instances` | | `-1` |
|
||||||
| `configGeneral.repair_period` | | `"5m"` |
|
| `configGeneral.repair_period` | | `"5m"` |
|
||||||
|
|
|
||||||
|
|
@ -65,7 +65,7 @@ spec:
|
||||||
properties:
|
properties:
|
||||||
docker_image:
|
docker_image:
|
||||||
type: string
|
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:
|
enable_crd_validation:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: true
|
default: true
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@ configGeneral:
|
||||||
# Select if setup uses endpoints (default), or configmaps to manage leader (DCS=k8s)
|
# Select if setup uses endpoints (default), or configmaps to manage leader (DCS=k8s)
|
||||||
# kubernetes_use_configmaps: false
|
# kubernetes_use_configmaps: false
|
||||||
# Spilo docker image
|
# 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 number of instances in Postgres cluster. -1 = no limit
|
||||||
min_instances: -1
|
min_instances: -1
|
||||||
# max number of instances in Postgres cluster. -1 = no limit
|
# max number of instances in Postgres cluster. -1 = no limit
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue