Skip to content

Commit

Permalink
kube-flannel.yaml: bump images to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
neolit123 committed Feb 2, 2019
1 parent d3eea7f commit a70459b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Documentation/kube-flannel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ spec:
serviceAccountName: flannel
initContainers:
- name: install-cni
image: quay.io/coreos/flannel:v0.10.0-amd64
image: quay.io/coreos/flannel:v0.11.0-amd64
command:
- cp
args:
Expand All @@ -117,7 +117,7 @@ spec:
mountPath: /etc/kube-flannel/
containers:
- name: kube-flannel
image: quay.io/coreos/flannel:v0.10.0-amd64
image: quay.io/coreos/flannel:v0.11.0-amd64
command:
- /opt/bin/flanneld
args:
Expand Down Expand Up @@ -181,7 +181,7 @@ spec:
serviceAccountName: flannel
initContainers:
- name: install-cni
image: quay.io/coreos/flannel:v0.10.0-arm64
image: quay.io/coreos/flannel:v0.11.0-arm64
command:
- cp
args:
Expand All @@ -195,7 +195,7 @@ spec:
mountPath: /etc/kube-flannel/
containers:
- name: kube-flannel
image: quay.io/coreos/flannel:v0.10.0-arm64
image: quay.io/coreos/flannel:v0.11.0-arm64
command:
- /opt/bin/flanneld
args:
Expand Down Expand Up @@ -259,7 +259,7 @@ spec:
serviceAccountName: flannel
initContainers:
- name: install-cni
image: quay.io/coreos/flannel:v0.10.0-arm
image: quay.io/coreos/flannel:v0.11.0-arm
command:
- cp
args:
Expand All @@ -273,7 +273,7 @@ spec:
mountPath: /etc/kube-flannel/
containers:
- name: kube-flannel
image: quay.io/coreos/flannel:v0.10.0-arm
image: quay.io/coreos/flannel:v0.11.0-arm
command:
- /opt/bin/flanneld
args:
Expand Down Expand Up @@ -337,7 +337,7 @@ spec:
serviceAccountName: flannel
initContainers:
- name: install-cni
image: quay.io/coreos/flannel:v0.10.0-ppc64le
image: quay.io/coreos/flannel:v0.11.0-ppc64le
command:
- cp
args:
Expand All @@ -351,7 +351,7 @@ spec:
mountPath: /etc/kube-flannel/
containers:
- name: kube-flannel
image: quay.io/coreos/flannel:v0.10.0-ppc64le
image: quay.io/coreos/flannel:v0.11.0-ppc64le
command:
- /opt/bin/flanneld
args:
Expand Down Expand Up @@ -415,7 +415,7 @@ spec:
serviceAccountName: flannel
initContainers:
- name: install-cni
image: quay.io/coreos/flannel:v0.10.0-s390x
image: quay.io/coreos/flannel:v0.11.0-s390x
command:
- cp
args:
Expand All @@ -429,7 +429,7 @@ spec:
mountPath: /etc/kube-flannel/
containers:
- name: kube-flannel
image: quay.io/coreos/flannel:v0.10.0-s390x
image: quay.io/coreos/flannel:v0.11.0-s390x
command:
- /opt/bin/flanneld
args:
Expand Down

0 comments on commit a70459b

Please sign in to comment.