From 69e4ae2d95211ae7f56c2571b863835ed4730bfb Mon Sep 17 00:00:00 2001 From: zerg-junior Date: Fri, 25 May 2018 12:59:12 +0200 Subject: [PATCH] Update postgres-operator.yaml Tags are of fixed length (not arbitrary long prefixes of commit hashes) --- 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 e2064a7a5..bea8efeaa 100644 --- a/manifests/postgres-operator.yaml +++ b/manifests/postgres-operator.yaml @@ -12,7 +12,7 @@ spec: serviceAccountName: zalando-postgres-operator containers: - name: postgres-operator - image: registry.opensource.zalan.do/acid/postgres-operator:1352c4a5e2f5 + image: registry.opensource.zalan.do/acid/postgres-operator:1352c4a imagePullPolicy: IfNotPresent env: # provided additional ENV vars can overwrite individual config map entries