mirror of
https://github.com/siderolabs/talos.git
synced 2025-10-26 22:11:38 +01:00
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:
parent
15beb14780
commit
c64523a7a1
@ -22,7 +22,7 @@ etcd: 3.5.11
|
|||||||
Kubernetes: 1.30.0-beta.0
|
Kubernetes: 1.30.0-beta.0
|
||||||
containerd: 1.7.14
|
containerd: 1.7.14
|
||||||
runc: 1.1.12
|
runc: 1.1.12
|
||||||
Flannel: 0.24.1
|
Flannel: 0.24.4
|
||||||
|
|
||||||
Talos is built with Go 1.22.1.
|
Talos is built with Go 1.22.1.
|
||||||
"""
|
"""
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
// 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/.
|
// 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
|
package flannel
|
||||||
|
|
||||||
|
|||||||
@ -946,7 +946,7 @@ const (
|
|||||||
DashboardTTY = 2
|
DashboardTTY = 2
|
||||||
|
|
||||||
// FlannelVersion is the version of flannel to use.
|
// 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 is the name of the metal platform.
|
||||||
PlatformMetal = "metal"
|
PlatformMetal = "metal"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user