Skip to content

Commit

Permalink
Bump cilium addon version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ole Markus With committed Mar 13, 2020
1 parent e5ecce6 commit 4c5bef8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion upup/pkg/fi/cloudup/bootstrapchannelbuilder.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,12 @@ 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
manifestHash: 77a1c4740beeaf403554fa4616809fa48fa07d78
name: networking.cilium.io
selector:
role.kubernetes.io/networking: "1"
version: 1.7.0-kops.1
version: 1.7.0-kops.2

0 comments on commit 4c5bef8

Please sign in to comment.