Skip to content

Commit 59a329d

Browse files
authored
update operator release image (zalando#777)
1 parent 7af1de8 commit 59a329d

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

0 commit comments

Comments
 (0)