Remove image tags from yamls

This commit is contained in:
Soam Vasani
2017-06-21 00:09:31 -07:00
parent ce4d3ac42d
commit 8f1b27bd72
3 changed files with 13 additions and 13 deletions
+4 -4
View File
@@ -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"]
+4 -4
View File
@@ -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
+5 -5
View File
@@ -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"]