From 84851922f392d10e84c838a709b3ea6bd7d1f3b4 Mon Sep 17 00:00:00 2001 From: Soam Vasani Date: Mon, 28 Nov 2016 14:52:13 -0800 Subject: [PATCH] Fixes #31: Explicitly tag fission-bundle image in fission.yaml --- fission.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fission.yaml b/fission.yaml index 74471248..a176c328 100644 --- a/fission.yaml +++ b/fission.yaml @@ -45,7 +45,7 @@ spec: spec: containers: - name: controller - image: fission/fission-bundle + image: fission/fission-bundle:alpha command: ["/fission-bundle"] args: ["--controllerPort", "8888", "--filepath", "/filestore"] @@ -81,7 +81,7 @@ spec: spec: containers: - name: router - image: fission/fission-bundle + image: fission/fission-bundle:alpha command: ["/fission-bundle"] args: ["--routerPort", "8888"] @@ -115,7 +115,7 @@ spec: spec: containers: - name: poolmgr - image: fission/fission-bundle + image: fission/fission-bundle:alpha command: ["/fission-bundle"] args: ["--poolmgrPort", "8888"]