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 -