mirror of
https://github.com/siderolabs/talos.git
synced 2025-12-05 01:21:37 +01:00
feat: update Flannel to 0.26.4
See https://github.com/flannel-io/flannel/releases/tag/v0.26.4 Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
This commit is contained in:
parent
98d56d4d64
commit
b726e2f9f7
@ -23,6 +23,7 @@ preface = """
|
|||||||
* runc: 1.2.4
|
* runc: 1.2.4
|
||||||
* containerd: 2.0.2
|
* containerd: 2.0.2
|
||||||
* etcd: 3.5.18
|
* etcd: 3.5.18
|
||||||
|
* Flannel: 0.26.4
|
||||||
|
|
||||||
Talos is built with Go 1.23.5.
|
Talos is built with Go 1.23.5.
|
||||||
"""
|
"""
|
||||||
|
|||||||
@ -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.26.1/Documentation/kube-flannel.yml DO NOT EDIT
|
// Code generated from the manifest https://raw.githubusercontent.com/flannel-io/flannel/v0.26.4/Documentation/kube-flannel.yml DO NOT EDIT
|
||||||
|
|
||||||
package flannel
|
package flannel
|
||||||
|
|
||||||
|
|||||||
@ -1166,7 +1166,7 @@ const (
|
|||||||
DashboardTTY = 2
|
DashboardTTY = 2
|
||||||
|
|
||||||
// FlannelVersion is the version of flannel to use.
|
// FlannelVersion is the version of flannel to use.
|
||||||
FlannelVersion = "v0.26.1"
|
FlannelVersion = "v0.26.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