From 2e041c50e64af1f3d9b130ff6cbddd5f1d47f4c1 Mon Sep 17 00:00:00 2001 From: Sergey Dudoladov Date: Mon, 28 May 2018 16:54:27 +0200 Subject: [PATCH] Bump up default Spilo image --- pkg/util/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/util/config/config.go b/pkg/util/config/config.go index 26f835ec4..2bce980b1 100644 --- a/pkg/util/config/config.go +++ b/pkg/util/config/config.go @@ -70,7 +70,7 @@ type Config struct { WatchedNamespace string `name:"watched_namespace"` // special values: "*" means 'watch all namespaces', the empty string "" means 'watch a namespace where operator is deployed to' EtcdHost string `name:"etcd_host" default:""` // special values: the empty string "" means Patroni will use k8s as a DCS - DockerImage string `name:"docker_image" default:"registry.opensource.zalan.do/acid/spiloprivate-9.6:1.2-p4"` + DockerImage string `name:"docker_image" default:"registry.opensource.zalan.do/acid/spilo-cdp-10:1.4-p8"` // default name `operator` enables backward compatibility with the older ServiceAccountName field PodServiceAccountName string `name:"pod_service_account_name" default:"operator"` // value of this string must be valid JSON or YAML; see initPodServiceAccount