mirror of
https://github.com/siderolabs/talos.git
synced 2025-12-09 19:41:41 +01:00
feat: update Flannel to 0.18.0
See https://github.com/flannel-io/flannel/releases/tag/v0.18.0 Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
This commit is contained in:
parent
c5297009e0
commit
9c4b7d6e8c
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user