Skip to content

Commit

Permalink
feat: update Flannel to 0.20.2
Browse files Browse the repository at this point in the history
See https://github.com/flannel-io/flannel/releases/tag/v0.20.2

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
  • Loading branch information
smira committed Nov 30, 2022
1 parent 2ebe410 commit 881b841
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Refer to the docs at https://www.talos.dev/v1.3/talos-guides/install/single-boar
title = "Component Updates"
description="""\
* Kubernetes: v1.26.0-rc.0
* Flannel: v0.20.1
* Flannel: v0.20.2
* CoreDNS: v1.10.0
* etcd: v3.5.6
* Linux: 5.15.80
Expand Down
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.20.1" // mirrored from docker.io/flannelcni/flannel
images.Flannel = "ghcr.io/siderolabs/flannel:v0.20.2" // 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 881b841

Please sign in to comment.