Skip to content

Commit 077f9af

Browse files
authored
bump to v1.3.1 (zalando#780)
1 parent b54458e commit 077f9af

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.3.0-dirty
4+
tag: v1.3.1
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.3.0-dirty
4+
tag: v1.3.1
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/postgres-operator:v1.3.0-dirty
18+
image: registry.opensource.zalan.do/acid/postgres-operator:v1.3.1
1919
imagePullPolicy: IfNotPresent
2020
resources:
2121
requests:

0 commit comments

Comments
 (0)