Skip to content

Commit 7af1de8

Browse files
authored
bump operator v1.3.0 with Spilo 12 image (zalando#770)
1 parent 182e3bc commit 7af1de8

File tree

10 files changed

+35
-16
lines changed

10 files changed

+35
-16
lines changed

charts/postgres-operator/Chart.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
name: postgres-operator
3-
version: 1.2.0
4-
appVersion: 1.2.0
3+
version: 1.3.0
4+
appVersion: 1.3.0
55
home: https://github.com/zalando/postgres-operator
66
description: Postgres Operator creates and manages PostgreSQL clusters running in Kubernetes
77
keywords:
@@ -13,8 +13,6 @@ keywords:
1313
maintainers:
1414
- name: Zalando
1515
email: opensource@zalando.de
16-
- name: kimxogus
17-
email: kgyoo8232@gmail.com
1816
sources:
1917
- https://github.com/zalando/postgres-operator
2018
engine: gotpl

charts/postgres-operator/index.yaml

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,34 @@
11
apiVersion: v1
22
entries:
33
postgres-operator:
4+
- apiVersion: v1
5+
appVersion: 1.3.0
6+
created: "2019-12-17T12:58:49.477140129+01:00"
7+
description: Postgres Operator creates and manages PostgreSQL clusters running
8+
in Kubernetes
9+
digest: 7e788fd37daec76a01f6d6f9fe5be5b54f5035e4eba0041e80a760d656537325
10+
home: https://github.com/zalando/postgres-operator
11+
keywords:
12+
- postgres
13+
- operator
14+
- cloud-native
15+
- patroni
16+
- spilo
17+
maintainers:
18+
- email: opensource@zalando.de
19+
name: Zalando
20+
name: postgres-operator
21+
sources:
22+
- https://github.com/zalando/postgres-operator
23+
urls:
24+
- postgres-operator-1.3.0.tgz
25+
version: 1.3.0
426
- apiVersion: v1
527
appVersion: 1.2.0
6-
created: "2019-08-13T17:33:32.735021423+02:00"
28+
created: "2019-12-17T12:58:49.475844233+01:00"
729
description: Postgres Operator creates and manages PostgreSQL clusters running
830
in Kubernetes
931
digest: d10710c7cf19f4e266e7704f5d1e98dcfc61bee3919522326c35c22ca7d2f2bf
10-
engine: gotpl
1132
home: https://github.com/zalando/postgres-operator
1233
keywords:
1334
- postgres
@@ -26,4 +47,4 @@ entries:
2647
urls:
2748
- postgres-operator-1.2.0.tgz
2849
version: 1.2.0
29-
generated: "2019-08-13T17:33:32.734335398+02:00"
50+
generated: "2019-12-17T12:58:49.474719294+01:00"
Binary file not shown.

charts/postgres-operator/values-crd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
image:
22
registry: registry.opensource.zalan.do
33
repository: acid/postgres-operator
4-
tag: v1.2.0
4+
tag: v1.3.0
55
pullPolicy: "IfNotPresent"
66

77
# Optionally specify an array of imagePullSecrets.
@@ -24,7 +24,7 @@ configGeneral:
2424
# etcd connection string for Patroni. Empty uses K8s-native DCS.
2525
etcd_host: ""
2626
# Spilo docker image
27-
docker_image: registry.opensource.zalan.do/acid/spilo-11:1.6-p1
27+
docker_image: registry.opensource.zalan.do/acid/spilo-cdp-12:1.6-p16
2828
# max number of instances in Postgres cluster. -1 = no limit
2929
min_instances: -1
3030
# min number of instances in Postgres cluster. -1 = no limit

charts/postgres-operator/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
image:
22
registry: registry.opensource.zalan.do
33
repository: acid/postgres-operator
4-
tag: v1.2.0
4+
tag: v1.3.0
55
pullPolicy: "IfNotPresent"
66

77
# Optionally specify an array of imagePullSecrets.
@@ -24,7 +24,7 @@ configGeneral:
2424
# etcd connection string for Patroni. Empty uses K8s-native DCS.
2525
etcd_host: ""
2626
# Spilo docker image
27-
docker_image: registry.opensource.zalan.do/acid/spilo-11:1.6-p1
27+
docker_image: registry.opensource.zalan.do/acid/spilo-cdp-12:1.6-p16
2828
# max number of instances in Postgres cluster. -1 = no limit
2929
min_instances: "-1"
3030
# min number of instances in Postgres cluster. -1 = no limit

manifests/complete-postgres-manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
# labels:
66
# environment: demo
77
spec:
8-
dockerImage: registry.opensource.zalan.do/acid/spilo-11:1.6-p1
8+
dockerImage: registry.opensource.zalan.do/acid/spilo-cdp-12:1.6-p16
99
teamId: "acid"
1010
volume:
1111
size: 1Gi

manifests/configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ data:
1919
# default_cpu_request: 100m
2020
# default_memory_limit: 1Gi
2121
# default_memory_request: 100Mi
22-
docker_image: registry.opensource.zalan.do/acid/spilo-11:1.6-p1
22+
docker_image: registry.opensource.zalan.do/acid/spilo-cdp-12:1.6-p16
2323
# enable_admin_role_for_users: "true"
2424
# enable_crd_validation: "true"
2525
# enable_database_access: "true"

manifests/postgres-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
serviceAccountName: zalando-postgres-operator
1616
containers:
1717
- name: postgres-operator
18-
image: registry.opensource.zalan.do/acid/postgres-operator:v1.2.0
18+
image: registry.opensource.zalan.do/acid/postgres-operator:v1.3.0
1919
imagePullPolicy: IfNotPresent
2020
resources:
2121
requests:

manifests/postgresql-operator-default-configuration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
configuration:
66
# enable_crd_validation: true
77
etcd_host: ""
8-
docker_image: registry.opensource.zalan.do/acid/spilo-11:1.6-p1
8+
docker_image: registry.opensource.zalan.do/acid/spilo-cdp-12:1.6-p16
99
# enable_shm_volume: true
1010
max_instances: -1
1111
min_instances: -1

pkg/util/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ type Config struct {
9090

9191
WatchedNamespace string `name:"watched_namespace"` // special values: "*" means 'watch all namespaces', the empty string "" means 'watch a namespace where operator is deployed to'
9292
EtcdHost string `name:"etcd_host" default:""` // special values: the empty string "" means Patroni will use K8s as a DCS
93-
DockerImage string `name:"docker_image" default:"registry.opensource.zalan.do/acid/spilo-11:1.6-p1"`
93+
DockerImage string `name:"docker_image" default:"registry.opensource.zalan.do/acid/spilo-cdp-12:1.6-p16"`
9494
Sidecars map[string]string `name:"sidecar_docker_images"`
9595
// default name `operator` enables backward compatibility with the older ServiceAccountName field
9696
PodServiceAccountName string `name:"pod_service_account_name" default:"operator"`

0 commit comments

Comments
 (0)