From 44eb1fb8646906ba2b932c88fd8b61b610b68253 Mon Sep 17 00:00:00 2001 From: danielqsj Date: Mon, 28 Jan 2019 09:56:17 +0800 Subject: [PATCH] bump zookeeper-installer image version in e2e --- .../testing-manifests/statefulset/zookeeper/statefulset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/testing-manifests/statefulset/zookeeper/statefulset.yaml b/test/e2e/testing-manifests/statefulset/zookeeper/statefulset.yaml index 3dd19fc51d5..865f9366d91 100644 --- a/test/e2e/testing-manifests/statefulset/zookeeper/statefulset.yaml +++ b/test/e2e/testing-manifests/statefulset/zookeeper/statefulset.yaml @@ -15,7 +15,7 @@ spec: spec: initContainers: - name: install - image: gcr.io/kubernetes-e2e-test-images/pets/zookeeper-installer:1.2 + image: gcr.io/kubernetes-e2e-test-images/pets/zookeeper-installer:1.3 imagePullPolicy: Always args: - "--install-into=/opt"