From cb55749c1bca281fa513efb39709b1380fdbbe7e Mon Sep 17 00:00:00 2001 From: Jan Mussler Date: Mon, 26 Feb 2018 20:03:56 +0100 Subject: [PATCH] Update postgres-operator.yaml (#255) Bump operator image version. --- manifests/postgres-operator.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/postgres-operator.yaml b/manifests/postgres-operator.yaml index 8e4425637..760451936 100644 --- a/manifests/postgres-operator.yaml +++ b/manifests/postgres-operator.yaml @@ -12,7 +12,7 @@ spec: serviceAccountName: operator containers: - name: postgres-operator - image: registry.opensource.zalan.do/acid/postgres-operator:c17aabb + image: registry.opensource.zalan.do/acid/postgres-operator:0f392c2 imagePullPolicy: IfNotPresent env: # uncomment to overwrite a similar setting from operator configmap