Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions base/ironcore/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions base/libvirt-provider/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
7 changes: 5 additions & 2 deletions examples/machine/machine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ kind: Machine
metadata:
name: webapp
spec:
image: ghcr.io/ironcore-dev/os-images/virtualization/gardenlinux:latest
networkInterfaces:
- name: default
networkInterfaceRef:
Expand All @@ -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
Expand Down Expand Up @@ -50,4 +54,3 @@ kind: Secret
metadata:
creationTimestamp: null
name: ignition

Loading