From 3b4d8a8ff54bac413ab5f7d140cb06200899f9ba Mon Sep 17 00:00:00 2001 From: Oleksii Kliukin Date: Mon, 23 Jan 2017 11:13:51 +0100 Subject: [PATCH] Fix the vendor name in API version and update the docker image. --- testcluster.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testcluster.yaml b/testcluster.yaml index 5e3c95b0f..508b1a7dd 100644 --- a/testcluster.yaml +++ b/testcluster.yaml @@ -1,11 +1,11 @@ -apiVersion: "zalan.do/v1" -kind: "Spilo" +apiVersion: "acid.zalan.do/v1" +kind: Spilo metadata: name: testcluster spec: - docker_image: registry.opensource.zalan.do/acid/spilo-9.6:1.2-p5 + docker_image: registry.opensource.zalan.do/acid/spilo-9.6:1.2-p9 etcd_host: etcd-client.default.svc.cluster.local:2379 volume_size: 100 # GB resource_cpu: 100m