Update postgres-operator.yaml (#255)

Bump operator image version.
This commit is contained in:
Jan Mussler 2018-02-26 20:03:56 +01:00 committed by GitHub
parent 0f392c2007
commit cb55749c1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ spec:
serviceAccountName: operator serviceAccountName: operator
containers: containers:
- name: postgres-operator - name: postgres-operator
image: registry.opensource.zalan.do/acid/postgres-operator:c17aabb image: registry.opensource.zalan.do/acid/postgres-operator:0f392c2
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
env: env:
# uncomment to overwrite a similar setting from operator configmap # uncomment to overwrite a similar setting from operator configmap