remove exact version in deployment manifest
This commit is contained in:
parent
7a3a5c724d
commit
7a20bfe7d6
|
|
@ -15,7 +15,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:v1.2.0-21-g7d9cfe9f-dirty
|
image: registry.opensource.zalan.do/acid/postgres-operator:v1.2.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue