diff --git a/pkg/fab/README.md b/pkg/fab/README.md index 012f5ea2e..c9d3839f5 100644 --- a/pkg/fab/README.md +++ b/pkg/fab/README.md @@ -113,7 +113,7 @@ oras push "ghcr.io/githedgehog/fabricator/k9s:${K9S_VERSION}" k9s Manually prepared ONIE image. Probably should be shrunk to the minimum size using `qemu-img convert -O qcow2 `. ```bash -export ONIE_VERSION="test" +export ONIE_VERSION="v0.2.0" oras push "ghcr.io/githedgehog/fabricator/onie-vlab:${ONIE_VERSION}" onie-kvm_x86_64.qcow2 onie_efi_code.fd onie_efi_vars.fd ``` diff --git a/pkg/fab/versions.go b/pkg/fab/versions.go index 452056777..cc26c4004 100644 --- a/pkg/fab/versions.go +++ b/pkg/fab/versions.go @@ -61,7 +61,7 @@ var Versions = fabapi.Versions{ }, }, VLAB: fabapi.VLABVersions{ - ONIE: "v0.1.0", + ONIE: "v0.2.0", Flatcar: "v3975.2.1", }, }