Skip to content

Commit 69e4ae2

Browse files
authored
Update postgres-operator.yaml
Tags are of fixed length (not arbitrary long prefixes of commit hashes)
1 parent 9c86f8b commit 69e4ae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/postgres-operator.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
serviceAccountName: zalando-postgres-operator
1313
containers:
1414
- name: postgres-operator
15-
image: registry.opensource.zalan.do/acid/postgres-operator:1352c4a5e2f5
15+
image: registry.opensource.zalan.do/acid/postgres-operator:1352c4a
1616
imagePullPolicy: IfNotPresent
1717
env:
1818
# provided additional ENV vars can overwrite individual config map entries

0 commit comments

Comments
 (0)