mirror of
https://github.com/lingble/talos.git
synced 2025-12-15 20:17:05 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user