From d2b7dc36ab78620656b3b5ba88fbec23418b9049 Mon Sep 17 00:00:00 2001 From: Soam Vasani Date: Mon, 24 Apr 2017 08:25:38 -0700 Subject: [PATCH] Update fission.yaml to 3/28 image --- fission.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/fission.yaml b/fission.yaml index 2f3ce29d..cc744bf5 100644 --- a/fission.yaml +++ b/fission.yaml @@ -28,7 +28,7 @@ spec: spec: containers: - name: controller - image: fission/fission-bundle:alpha20170124 + image: fission/fission-bundle:alpha20170328 command: ["/fission-bundle"] args: ["--controllerPort", "8888", "--filepath", "/filestore"] @@ -47,7 +47,7 @@ spec: spec: containers: - name: router - image: fission/fission-bundle:alpha20170124 + image: fission/fission-bundle:alpha20170328 command: ["/fission-bundle"] args: ["--routerPort", "8888"] @@ -81,7 +81,7 @@ spec: spec: containers: - name: poolmgr - image: fission/fission-bundle:alpha20170124 + image: fission/fission-bundle:alpha20170328 command: ["/fission-bundle"] args: ["--poolmgrPort", "8888"] @@ -100,7 +100,7 @@ spec: spec: containers: - name: kubewatcher - image: fission/fission-bundle:alpha20170124 + image: fission/fission-bundle:alpha20170328 command: ["/fission-bundle"] args: ["--kubewatcher"] @@ -135,6 +135,7 @@ spec: containers: - name: etcd image: quay.io/coreos/etcd + imagePullPolicy: IfNotPresent env: - name: ETCD_LISTEN_CLIENT_URLS value: http://0.0.0.0:2379