File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 8
8
spec :
9
9
containers :
10
10
# Change the value of image field below to your controller image URL
11
- - image : ghcr.io/tinkerbell/cluster-api-provider-tinkerbell-amd64 :dev
11
+ - image : ghcr.io/tinkerbell/cluster-api-provider-tinkerbell:dev
12
12
name : manager
Original file line number Diff line number Diff line change 8
8
spec :
9
9
containers :
10
10
- name : manager
11
- imagePullPolicy : Always
11
+ imagePullPolicy : IfNotPresent
Original file line number Diff line number Diff line change @@ -35,15 +35,15 @@ tasks:
35
35
- /dev/console:/dev/console
36
36
- /lib/firmware:/lib/firmware:ro
37
37
actions:
38
- - name: "stream- image"
39
- image: quay.io/tinkerbell- actions/oci2disk:v1.0.0
38
+ - name: "stream image"
39
+ image: quay.io/tinkerbell/ actions/oci2disk
40
40
timeout: 600
41
41
environment:
42
42
IMG_URL: {{.ImageURL}}
43
43
DEST_DISK: {{.DestDisk}}
44
44
COMPRESSED: true
45
- - name: "add- tink- cloud-init- config"
46
- image: quay.io/tinkerbell- actions/writefile:v1.0.0
45
+ - name: "add tink cloud-init config"
46
+ image: quay.io/tinkerbell/ actions/writefile
47
47
timeout: 90
48
48
environment:
49
49
DEST_DISK: {{.DestPartition}}
67
67
manage_etc_hosts: localhost
68
68
warnings:
69
69
dsid_missing_source: off
70
- - name: "add- tink- cloud-init- ds-config"
71
- image: quay.io/tinkerbell- actions/writefile:v1.0.0
70
+ - name: "add tink cloud-init ds-config"
71
+ image: quay.io/tinkerbell/ actions/writefile
72
72
timeout: 90
73
73
environment:
74
74
DEST_DISK: {{.DestPartition}}
@@ -80,15 +80,15 @@ tasks:
80
80
DIRMODE: 0700
81
81
CONTENTS: |
82
82
datasource: Ec2
83
- - name: "kexec- image"
84
- image: ghcr.io/jacobweinstock/waitdaemon:0.1.2
83
+ - name: "kexec image"
84
+ image: ghcr.io/jacobweinstock/waitdaemon:0.2.1
85
85
timeout: 90
86
86
pid: host
87
87
environment:
88
88
BLOCK_DEVICE: {{.DestPartition}}
89
89
FS_TYPE: ext4
90
- IMAGE: quay.io/tinkerbell- actions/kexec:v1.0.0
91
- WAIT_SECONDS: 10
90
+ IMAGE: quay.io/tinkerbell/ actions/kexec
91
+ WAIT_SECONDS: 5
92
92
volumes:
93
93
- /var/run/docker.sock:/var/run/docker.sock
94
94
`
You can’t perform that action at this time.
0 commit comments