Skip to content

Commit

Permalink
Fix of template CRD example
Browse files Browse the repository at this point in the history
1. Prepend writefile image with quay registry path
2. kexec version fix
  • Loading branch information
AleksandrNull committed Jan 18, 2023
1 parent ae32f7f commit e6275eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/crd/examples/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
IMG_URL: "http://10.1.1.11:8080/debian-10-openstack-amd64.raw.gz"
COMPRESSED: true
- name: "add-tink-cloud-init-config"
image: writefile:v1.0.0
image: quay.io/tinkerbell-actions/writefile:v1.0.0
timeout: 90
environment:
DEST_DISK: /dev/nvme0n1p1
Expand Down Expand Up @@ -53,7 +53,7 @@ spec:
warnings:
dsid_missing_source: off
- name: "add-tink-cloud-init-ds-config"
image: writefile:v1.0.0
image: quay.io/tinkerbell-actions/writefile:v1.0.0
timeout: 90
environment:
DEST_DISK: /dev/nvme0n1p1
Expand All @@ -66,7 +66,7 @@ spec:
CONTENTS: |
datasource: Ec2
- name: "kexec-debian"
image: quay.io/tinkerbell-actions/kexec:v1.0.1
image: quay.io/tinkerbell-actions/kexec:v1.0.0
timeout: 90
pid: host
environment:
Expand Down

0 comments on commit e6275eb

Please sign in to comment.