From eeab2686fca306dcba4c50fb74babf4ba2d5b6f0 Mon Sep 17 00:00:00 2001 From: Felix Riegger Date: Thu, 13 Nov 2025 10:00:16 +0100 Subject: [PATCH] Bump libvirt provider Using a local disk pointing to the image instead of referencing the image directly. --- base/ironcore/kustomization.yaml | 6 +++--- base/libvirt-provider/kustomization.yaml | 4 ++-- examples/machine/machine.yaml | 7 +++++-- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/base/ironcore/kustomization.yaml b/base/ironcore/kustomization.yaml index f38daf4..ee3d305 100644 --- a/base/ironcore/kustomization.yaml +++ b/base/ironcore/kustomization.yaml @@ -2,16 +2,16 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - github.com/ironcore-dev/ironcore/config/etcdless?ref=1ac7ce6d444b0b931f5aa38e1fe1a886b249704d + - github.com/ironcore-dev/ironcore/config/etcdless?ref=c6a8ace3ae7e07cf336816a2082bb273c6fad362 - certificates.yaml images: - name: apiserver newName: ghcr.io/ironcore-dev/ironcore-apiserver - newTag: sha-1ac7ce6 + newTag: sha-c6a8ace - name: controller newName: ghcr.io/ironcore-dev/ironcore-controller-manager - newTag: sha-1ac7ce6 + newTag: sha-c6a8ace patches: - path: patch-apiserver-deployment.yaml diff --git a/base/libvirt-provider/kustomization.yaml b/base/libvirt-provider/kustomization.yaml index a1c525e..fbad3b8 100644 --- a/base/libvirt-provider/kustomization.yaml +++ b/base/libvirt-provider/kustomization.yaml @@ -9,10 +9,10 @@ resources: images: - name: machinepoollet newName: ghcr.io/ironcore-dev/ironcore-machinepoollet - newTag: sha-1ac7ce6 + newTag: sha-c6a8ace - name: libvirt-provider newName: ghcr.io/ironcore-dev/libvirt-provider - newTag: sha-b1b2ef4 + newTag: sha-197ac25 patches: - path: patch-manager-daemonset.yaml diff --git a/examples/machine/machine.yaml b/examples/machine/machine.yaml index 3cc238a..b7f0dc1 100644 --- a/examples/machine/machine.yaml +++ b/examples/machine/machine.yaml @@ -3,7 +3,6 @@ kind: Machine metadata: name: webapp spec: - image: ghcr.io/ironcore-dev/os-images/virtualization/gardenlinux:latest networkInterfaces: - name: default networkInterfaceRef: @@ -12,6 +11,11 @@ spec: name: t3-small ignitionRef: name: ignition + volumes: + - name: root-disk + device: vda + localDisk: + image: ghcr.io/ironcore-dev/os-images/virtualization/gardenlinux:latest --- apiVersion: networking.ironcore.dev/v1alpha1 kind: Network @@ -50,4 +54,3 @@ kind: Secret metadata: creationTimestamp: null name: ignition -