mirror of
https://github.com/siderolabs/talos.git
synced 2025-10-08 22:21:16 +02:00
feat: update Flannel to 0.22.3
See https://github.com/flannel-io/flannel/releases/tag/v0.22.3 Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
This commit is contained in:
parent
efdee69658
commit
f3a370acb2
@ -29,6 +29,7 @@ This also ensures that the linux-firmware is not tied to a specific Talos versio
|
|||||||
Linux: 6.1.51
|
Linux: 6.1.51
|
||||||
CoreDNS: v1.11.1
|
CoreDNS: v1.11.1
|
||||||
Kubernetes: v1.28.2
|
Kubernetes: v1.28.2
|
||||||
|
Flannel: v0.22.3
|
||||||
|
|
||||||
Talos is built with Go 1.21.1.
|
Talos is built with Go 1.21.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.22.1/Documentation/kube-flannel.yml DO NOT EDIT
|
// Code generated from the manifest https://raw.githubusercontent.com/flannel-io/flannel/v0.22.3/Documentation/kube-flannel.yml DO NOT EDIT
|
||||||
|
|
||||||
package flannel
|
package flannel
|
||||||
|
|
||||||
|
@ -880,7 +880,7 @@ const (
|
|||||||
DashboardTTY = 2
|
DashboardTTY = 2
|
||||||
|
|
||||||
// FlannelVersion is the version of flannel to use.
|
// FlannelVersion is the version of flannel to use.
|
||||||
FlannelVersion = "v0.22.1"
|
FlannelVersion = "v0.22.3"
|
||||||
|
|
||||||
// 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