Skip to content

Commit 883327c

Browse files
committed
bump to v1.2.0
1 parent cd350a4 commit 883327c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/postgres-operator/values-crd.yaml

Lines changed: 1 addition & 1 deletion
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.1.0-54-g3a914f9
4+
tag: v1.2.0
55
pullPolicy: "IfNotPresent"
66

77
# Optionally specify an array of imagePullSecrets.

charts/postgres-operator/values.yaml

Lines changed: 1 addition & 1 deletion
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.1.0-54-g3a914f9
4+
tag: v1.2.0
55
pullPolicy: "IfNotPresent"
66

77
# Optionally specify an array of imagePullSecrets.

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/smoke-tested-postgres-operator:v1.0.0-37-g2422d72
18+
image: registry.opensource.zalan.do/acid/postgres-operator:v1.2.0
1919
imagePullPolicy: IfNotPresent
2020
resources:
2121
requests:

0 commit comments

Comments
 (0)