Update postgres-operator.yaml
Tags are of fixed length (not arbitrary long prefixes of commit hashes)
This commit is contained in:
parent
9c86f8bd96
commit
69e4ae2d95
|
|
@ -12,7 +12,7 @@ spec:
|
||||||
serviceAccountName: zalando-postgres-operator
|
serviceAccountName: zalando-postgres-operator
|
||||||
containers:
|
containers:
|
||||||
- name: postgres-operator
|
- name: postgres-operator
|
||||||
image: registry.opensource.zalan.do/acid/postgres-operator:1352c4a5e2f5
|
image: registry.opensource.zalan.do/acid/postgres-operator:1352c4a
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
# provided additional ENV vars can overwrite individual config map entries
|
# provided additional ENV vars can overwrite individual config map entries
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue