From 8f1b27bd72c8c992a2a2c6e675a7ea4d3ee6d828 Mon Sep 17 00:00:00 2001 From: Soam Vasani Date: Wed, 21 Jun 2017 00:09:31 -0700 Subject: [PATCH] Remove image tags from yamls --- fission-openshift.yaml | 8 ++++---- fission-rbac.yaml | 8 ++++---- fission.yaml | 10 +++++----- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/fission-openshift.yaml b/fission-openshift.yaml index ddc98537..81cfb851 100644 --- a/fission-openshift.yaml +++ b/fission-openshift.yaml @@ -66,7 +66,7 @@ spec: emptyDir: {} containers: - name: controller - image: fission/fission-bundle:alpha20170328 + image: fission/fission-bundle command: ["/fission-bundle"] args: ["--controllerPort", "8888", "--filepath", "/filestore"] volumeMounts: @@ -88,7 +88,7 @@ spec: spec: containers: - name: router - image: fission/fission-bundle:alpha20170328 + image: fission/fission-bundle command: ["/fission-bundle"] args: ["--routerPort", "8888"] @@ -122,7 +122,7 @@ spec: spec: containers: - name: poolmgr - image: fission/fission-bundle:alpha20170328 + image: fission/fission-bundle command: ["/fission-bundle"] args: ["--poolmgrPort", "8888"] serviceAccount: poolmgr @@ -142,7 +142,7 @@ spec: spec: containers: - name: kubewatcher - image: fission/fission-bundle:alpha20170328 + image: fission/fission-bundle command: ["/fission-bundle"] args: ["--kubewatcher"] diff --git a/fission-rbac.yaml b/fission-rbac.yaml index f33993d7..9d853128 100644 --- a/fission-rbac.yaml +++ b/fission-rbac.yaml @@ -60,7 +60,7 @@ spec: spec: containers: - name: controller - image: fission/fission-bundle:alpha20170328 + image: fission/fission-bundle command: ["/fission-bundle"] args: ["--controllerPort", "8888", "--filepath", "/filestore"] serviceAccountName: fission-svc @@ -79,7 +79,7 @@ spec: spec: containers: - name: router - image: fission/fission-bundle:alpha20170328 + image: fission/fission-bundle command: ["/fission-bundle"] args: ["--routerPort", "8888"] serviceAccountName: fission-svc @@ -112,7 +112,7 @@ spec: spec: containers: - name: poolmgr - image: fission/fission-bundle:alpha20170328 + image: fission/fission-bundle command: ["/fission-bundle"] args: ["--poolmgrPort", "8888"] serviceAccountName: fission-svc @@ -131,7 +131,7 @@ spec: spec: containers: - name: kubewatcher - image: fission/fission-bundle:alpha20170328 + image: fission/fission-bundle command: ["/fission-bundle"] args: ["--kubewatcher"] serviceAccountName: fission-svc diff --git a/fission.yaml b/fission.yaml index 235f9479..f0e32b45 100644 --- a/fission.yaml +++ b/fission.yaml @@ -28,7 +28,7 @@ spec: spec: containers: - name: controller - image: fission/fission-bundle:alpha20170328 + image: fission/fission-bundle command: ["/fission-bundle"] args: ["--controllerPort", "8888", "--filepath", "/filestore"] @@ -47,7 +47,7 @@ spec: spec: containers: - name: router - image: fission/fission-bundle:alpha20170328 + image: fission/fission-bundle command: ["/fission-bundle"] args: ["--routerPort", "8888"] @@ -81,7 +81,7 @@ spec: spec: containers: - name: poolmgr - image: fission/fission-bundle:alpha20170328 + image: fission/fission-bundle command: ["/fission-bundle"] args: ["--poolmgrPort", "8888"] @@ -100,7 +100,7 @@ spec: spec: containers: - name: kubewatcher - image: fission/fission-bundle:alpha20170328 + image: fission/fission-bundle command: ["/fission-bundle"] args: ["--kubewatcher"] @@ -119,7 +119,7 @@ spec: spec: containers: - name: timer - image: fission/fission-bundle:alpha20170124 + image: fission/fission-bundle command: ["/fission-bundle"] args: ["--timer"]