From 077f9af4e399d7d50177c0c5074672911d88fc1c Mon Sep 17 00:00:00 2001 From: Felix Kunde Date: Mon, 6 Jan 2020 14:08:47 +0100 Subject: [PATCH] bump to v1.3.1 (#780) --- 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 4ba6266b2..5b67258fa 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-dirty + tag: v1.3.1 pullPolicy: "IfNotPresent" # Optionally specify an array of imagePullSecrets. diff --git a/charts/postgres-operator/values.yaml b/charts/postgres-operator/values.yaml index b32405690..60190f49a 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-dirty + tag: v1.3.1 pullPolicy: "IfNotPresent" # Optionally specify an array of imagePullSecrets. diff --git a/manifests/postgres-operator.yaml b/manifests/postgres-operator.yaml index 5ebfa1e8f..fa8682809 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-dirty + image: registry.opensource.zalan.do/acid/postgres-operator:v1.3.1 imagePullPolicy: IfNotPresent resources: requests: