From a98c712a52cfc81225c68e3298a84917d88c2235 Mon Sep 17 00:00:00 2001 From: Alexander Kukushkin Date: Thu, 19 Oct 2017 13:53:12 +0200 Subject: [PATCH] Change spilo docker image to demospilo (#141) Image size is slightly more than 24MB, it doesn't contain wal-e and not suitable for production, but it is very good for demo purposes. --- manifests/configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/configmap.yaml b/manifests/configmap.yaml index cf3eac6f3..8afd12e1e 100644 --- a/manifests/configmap.yaml +++ b/manifests/configmap.yaml @@ -10,7 +10,7 @@ data: db_hosted_zone: db.example.com debug_logging: "true" dns_name_format: '{cluster}.{team}.staging.{hostedzone}' - docker_image: registry.opensource.zalan.do/acid/spiloprivate-9.6:1.2-p4 + docker_image: registry.opensource.zalan.do/acid/demospilo-10:1.3-p2 etcd_host: etcd-client.default.svc.cluster.local:2379 secret_name_template: '{username}.{cluster}.credentials.{tprkind}.{tprgroup}' infrastructure_roles_secret_name: postgresql-infrastructure-roles