Skip to content

Commit

Permalink
Use same image for container and initContainer (#898)
Browse files Browse the repository at this point in the history
  • Loading branch information
cfrantsen authored May 12, 2020
1 parent d0c2e86 commit f476d39
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ spec:
readOnly: false
initContainers:
- name: install-cni
image: busybox
image: docker.io/cloudnativelabs/kube-router
imagePullPolicy: Always
command:
- /bin/sh
Expand Down
2 changes: 1 addition & 1 deletion daemonset/generic-kuberouter-all-features.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ spec:
readOnly: false
initContainers:
- name: install-cni
image: busybox
image: docker.io/cloudnativelabs/kube-router
imagePullPolicy: Always
command:
- /bin/sh
Expand Down
2 changes: 1 addition & 1 deletion daemonset/generic-kuberouter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ spec:
readOnly: false
initContainers:
- name: install-cni
image: busybox
image: docker.io/cloudnativelabs/kube-router
imagePullPolicy: Always
command:
- /bin/sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ spec:
readOnly: false
initContainers:
- name: install-cni
image: busybox
image: docker.io/cloudnativelabs/kube-router
imagePullPolicy: Always
command:
- /bin/sh
Expand Down
2 changes: 1 addition & 1 deletion daemonset/kube-router-all-service-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ spec:
readOnly: false
initContainers:
- name: install-cni
image: busybox
image: docker.io/cloudnativelabs/kube-router
imagePullPolicy: Always
command:
- /bin/sh
Expand Down
2 changes: 1 addition & 1 deletion daemonset/kube-router-firewall-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ spec:
readOnly: false
initContainers:
- name: install-cni
image: busybox
image: docker.io/cloudnativelabs/kube-router
imagePullPolicy: Always
command:
- /bin/sh
Expand Down
2 changes: 1 addition & 1 deletion daemonset/kube-router-proxy-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ spec:
readOnly: false
initContainers:
- name: install-cni
image: busybox
image: docker.io/cloudnativelabs/kube-router
imagePullPolicy: Always
command:
- /bin/sh
Expand Down
2 changes: 1 addition & 1 deletion daemonset/kubeadm-kuberouter-all-features-dsr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ spec:
readOnly: false
initContainers:
- name: install-cni
image: busybox
image: docker.io/cloudnativelabs/kube-router
imagePullPolicy: Always
command:
- /bin/sh
Expand Down
2 changes: 1 addition & 1 deletion daemonset/kubeadm-kuberouter-all-features-hostport.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ spec:
readOnly: false
initContainers:
- name: install-cni
image: busybox
image: docker.io/cloudnativelabs/kube-router
imagePullPolicy: Always
command:
- /bin/sh
Expand Down
2 changes: 1 addition & 1 deletion daemonset/kubeadm-kuberouter-all-features.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ spec:
readOnly: false
initContainers:
- name: install-cni
image: busybox
image: docker.io/cloudnativelabs/kube-router
imagePullPolicy: Always
command:
- /bin/sh
Expand Down
2 changes: 1 addition & 1 deletion daemonset/kubeadm-kuberouter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ spec:
readOnly: false
initContainers:
- name: install-cni
image: busybox
image: docker.io/cloudnativelabs/kube-router
imagePullPolicy: Always
command:
- /bin/sh
Expand Down

0 comments on commit f476d39

Please sign in to comment.