From 2fc9fd9603a47f11e56b3daf03da4e3b3684dfd0 Mon Sep 17 00:00:00 2001 From: Soam Vasani Date: Tue, 24 Jan 2017 11:27:01 -0800 Subject: [PATCH] Update YAML to point at alpha20170124 fission-bundle image --- fission.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fission.yaml b/fission.yaml index 785ed55e..2f3ce29d 100644 --- a/fission.yaml +++ b/fission.yaml @@ -28,7 +28,7 @@ spec: spec: containers: - name: controller - image: fission/fission-bundle:alpha10 + image: fission/fission-bundle:alpha20170124 command: ["/fission-bundle"] args: ["--controllerPort", "8888", "--filepath", "/filestore"] @@ -47,7 +47,7 @@ spec: spec: containers: - name: router - image: fission/fission-bundle:alpha10 + image: fission/fission-bundle:alpha20170124 command: ["/fission-bundle"] args: ["--routerPort", "8888"] @@ -81,7 +81,7 @@ spec: spec: containers: - name: poolmgr - image: fission/fission-bundle:alpha10 + image: fission/fission-bundle:alpha20170124 command: ["/fission-bundle"] args: ["--poolmgrPort", "8888"] @@ -100,7 +100,7 @@ spec: spec: containers: - name: kubewatcher - image: fission/fission-bundle:alpha10 + image: fission/fission-bundle:alpha20170124 command: ["/fission-bundle"] args: ["--kubewatcher"]