feat: update Flannel to v0.24.4

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

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
This commit is contained in:
Andrey Smirnov 2024-03-18 18:55:14 +04:00
parent 15beb14780
commit c64523a7a1
No known key found for this signature in database
GPG Key ID: FE042E3D4085A811
3 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ etcd: 3.5.11
Kubernetes: 1.30.0-beta.0
containerd: 1.7.14
runc: 1.1.12
Flannel: 0.24.1
Flannel: 0.24.4
Talos is built with Go 1.22.1.
"""

View File

@ -2,7 +2,7 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
// Code generated from the manifest https://raw.githubusercontent.com/flannel-io/flannel/v0.24.1/Documentation/kube-flannel.yml DO NOT EDIT
// Code generated from the manifest https://raw.githubusercontent.com/flannel-io/flannel/v0.24.4/Documentation/kube-flannel.yml DO NOT EDIT
package flannel

View File

@ -946,7 +946,7 @@ const (
DashboardTTY = 2
// FlannelVersion is the version of flannel to use.
FlannelVersion = "v0.24.1"
FlannelVersion = "v0.24.4"
// PlatformMetal is the name of the metal platform.
PlatformMetal = "metal"