Skip to content

Commit

Permalink
feat: update Flannel to 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smira committed May 26, 2022
1 parent c529700 commit 9c4b7d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/images/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func List(config config.Provider) Versions {

images.Etcd = config.Cluster().Etcd().Image()
images.CoreDNS = config.Cluster().CoreDNS().Image()
images.Flannel = "ghcr.io/siderolabs/flannel:v0.17.0" // mirrored from docker.io/flannelcni/flannel
images.Flannel = "ghcr.io/siderolabs/flannel:v0.18.0" // mirrored from docker.io/flannelcni/flannel
images.FlannelCNI = fmt.Sprintf("ghcr.io/siderolabs/install-cni:%s", version.ExtrasVersion)
images.Kubelet = config.Machine().Kubelet().Image()
images.KubeAPIServer = config.Cluster().APIServer().Image()
Expand Down

0 comments on commit 9c4b7d6

Please sign in to comment.