feat: update Flannel to v0.20.0

See https://github.com/flannel-io/flannel/releases/tag/v0.20.0

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
This commit is contained in:
Andrey Smirnov
2022-10-17 17:51:34 +04:00
parent dc70d892a3
commit 7fcb8c6816
2 changed files with 2 additions and 2 deletions

View File

@@ -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-alpha.2
* Flannel: v0.19.2
* Flannel: v0.20.0
* CoreDNS: v1.10.0
* etcd: v3.5.5
* Linux: 5.15.72

View File

@@ -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.19.2" // mirrored from docker.io/flannelcni/flannel
images.Flannel = "ghcr.io/siderolabs/flannel:v0.20.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()