Skip to content

Commit f99a064

Browse files
committed
Revert "chore: bump flatcar"
This reverts commit c5c0ac8.
1 parent 34ff082 commit f99a064

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pkg/fab/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Stable version is listed on the [Flatcar releases page](https://www.flatcar.org/releases).
66

77
```bash
8-
export FLATCAR_VERSION="v4230.2.1"
8+
export FLATCAR_VERSION="v4230.2.0"
99
export FLATCAR_VERSION_UPSTREAM="${FLATCAR_VERSION:1}"
1010

1111
wget "https://stable.release.flatcar-linux.net/amd64-usr/${FLATCAR_VERSION_UPSTREAM}/flatcar_production_qemu_image.img"

pkg/fab/versions.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ var Versions = fabapi.Versions{
4646
Ctl: FabricatorVersion,
4747
NodeConfig: FabricatorVersion,
4848
Pause: "3.6", // wait image from k3s // TODO embed wait into node-config image?
49-
ControlUSBRoot: "v4230.2.1-hh3",
50-
Flatcar: "v4230.2.1",
49+
ControlUSBRoot: "v4152.2.3-hh1",
50+
Flatcar: "v4152.2.3",
5151
},
5252
Fabric: fabapi.FabricVersions{
5353
API: FabricVersion,
@@ -91,7 +91,7 @@ var Versions = fabapi.Versions{
9191
},
9292
VLAB: fabapi.VLABVersions{
9393
ONIE: "v0.2.0",
94-
Flatcar: "v4230.2.1",
94+
Flatcar: "v4152.2.3",
9595
},
9696
}
9797

0 commit comments

Comments
 (0)