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 2, 2020
1 parent ed846b5 commit d827401
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 @@ -924,7 +924,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: 07613aadf69ab9bc6fa2174879254738152efd49
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 d827401

Please sign in to comment.