From 9d7604ecf0f4cd43ec7bb18d40cc3411849a9d38 Mon Sep 17 00:00:00 2001 From: Felix Kunde Date: Thu, 2 Jan 2020 14:06:23 +0100 Subject: [PATCH] use v1.3.0-dirty tag (#778) --- charts/postgres-operator/values-crd.yaml | 2 +- charts/postgres-operator/values.yaml | 2 +- manifests/postgres-operator.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/postgres-operator/values-crd.yaml b/charts/postgres-operator/values-crd.yaml index bcf37f693..4ba6266b2 100644 --- a/charts/postgres-operator/values-crd.yaml +++ b/charts/postgres-operator/values-crd.yaml @@ -1,7 +1,7 @@ image: registry: registry.opensource.zalan.do repository: acid/postgres-operator - tag: v1.3.0-1-gf2695c7f + tag: v1.3.0-dirty pullPolicy: "IfNotPresent" # Optionally specify an array of imagePullSecrets. diff --git a/charts/postgres-operator/values.yaml b/charts/postgres-operator/values.yaml index 237c58008..b32405690 100644 --- a/charts/postgres-operator/values.yaml +++ b/charts/postgres-operator/values.yaml @@ -1,7 +1,7 @@ image: registry: registry.opensource.zalan.do repository: acid/postgres-operator - tag: v1.3.0-1-gf2695c7f + tag: v1.3.0-dirty pullPolicy: "IfNotPresent" # Optionally specify an array of imagePullSecrets. diff --git a/manifests/postgres-operator.yaml b/manifests/postgres-operator.yaml index 1f61fe6d4..5ebfa1e8f 100644 --- a/manifests/postgres-operator.yaml +++ b/manifests/postgres-operator.yaml @@ -15,7 +15,7 @@ spec: serviceAccountName: zalando-postgres-operator containers: - name: postgres-operator - image: registry.opensource.zalan.do/acid/postgres-operator:v1.3.0-1-gf2695c7f + image: registry.opensource.zalan.do/acid/postgres-operator:v1.3.0-dirty imagePullPolicy: IfNotPresent resources: requests: