mirror of https://github.com/kubernetes/kops.git
Bump cilium addon version
This commit is contained in:
parent
e5ecce6edb
commit
4c5bef8ea5
|
|
@ -931,7 +931,7 @@ func (b *BootstrapChannelBuilder) buildAddons() *channelsapi.Addons {
|
|||
|
||||
if b.cluster.Spec.Networking.Cilium != nil {
|
||||
key := "networking.cilium.io"
|
||||
version := "1.7.0-kops.1"
|
||||
version := "1.7.0-kops.2"
|
||||
|
||||
{
|
||||
id := "k8s-1.7"
|
||||
|
|
|
|||
|
|
@ -93,7 +93,7 @@ spec:
|
|||
name: networking.cilium.io
|
||||
selector:
|
||||
role.kubernetes.io/networking: "1"
|
||||
version: 1.7.0-kops.1
|
||||
version: 1.7.0-kops.2
|
||||
- id: k8s-1.12
|
||||
kubernetesVersion: '>=1.12.0'
|
||||
manifest: networking.cilium.io/k8s-1.12.yaml
|
||||
|
|
@ -101,4 +101,4 @@ spec:
|
|||
name: networking.cilium.io
|
||||
selector:
|
||||
role.kubernetes.io/networking: "1"
|
||||
version: 1.7.0-kops.1
|
||||
version: 1.7.0-kops.2
|
||||
|
|
|
|||
Loading…
Reference in New Issue