11managementClusterName : caprke2-e2e
22
33images :
4- - name : ghcr.io/rancher-sandbox/cluster-api-provider-rke2-bootstrap:v0.2.7
4+ - name : ghcr.io/rancher-sandbox/cluster-api-provider-rke2-bootstrap:v0.4.0
55 loadBehavior : tryLoad
6- - name : ghcr.io/rancher-sandbox/cluster-api-provider-rke2-controlplane:v0.2.7
6+ - name : ghcr.io/rancher-sandbox/cluster-api-provider-rke2-controlplane:v0.4.0
77 loadBehavior : tryLoad
88 - name : ghcr.io/rancher-sandbox/cluster-api-provider-rke2-bootstrap:dev
99 loadBehavior : mustLoad
@@ -64,7 +64,31 @@ providers:
6464 new : " imagePullPolicy: IfNotPresent"
6565 - old : " --leader-elect"
6666 new : " --leader-elect=false"
67- - name : v0.3.99
67+ - name : " v0.3.0"
68+ value : " https://github.com/rancher-sandbox/cluster-api-provider-rke2/releases/download/v0.3.0/control-plane-components.yaml"
69+ type : " url"
70+ contract : v1beta1
71+ files :
72+ - sourcePath : " ../../../metadata.yaml"
73+ targetName : " metadata.yaml"
74+ replacements :
75+ - old : " imagePullPolicy: Always"
76+ new : " imagePullPolicy: IfNotPresent"
77+ - old : " --leader-elect"
78+ new : " --leader-elect=false"
79+ - name : " v0.4.0"
80+ value : " https://github.com/rancher-sandbox/cluster-api-provider-rke2/releases/download/v0.4.0/control-plane-components.yaml"
81+ type : " url"
82+ contract : v1beta1
83+ files :
84+ - sourcePath : " ../../../metadata.yaml"
85+ targetName : " metadata.yaml"
86+ replacements :
87+ - old : " imagePullPolicy: Always"
88+ new : " imagePullPolicy: IfNotPresent"
89+ - old : " --leader-elect"
90+ new : " --leader-elect=false"
91+ - name : v0.4.99
6892 value : " ../../../controlplane/config/default"
6993 contract : v1beta1
7094 files :
@@ -90,7 +114,31 @@ providers:
90114 new : " imagePullPolicy: IfNotPresent"
91115 - old : " --leader-elect"
92116 new : " --leader-elect=false"
93- - name : v0.3.99
117+ - name : " v0.3.0"
118+ value : " https://github.com/rancher-sandbox/cluster-api-provider-rke2/releases/download/v0.3.0/bootstrap-components.yaml"
119+ type : " url"
120+ contract : v1beta1
121+ files :
122+ - sourcePath : " ../../../metadata.yaml"
123+ targetName : " metadata.yaml"
124+ replacements :
125+ - old : " imagePullPolicy: Always"
126+ new : " imagePullPolicy: IfNotPresent"
127+ - old : " --leader-elect"
128+ new : " --leader-elect=false"
129+ - name : " v0.4.0"
130+ value : " https://github.com/rancher-sandbox/cluster-api-provider-rke2/releases/download/v0.4.0/bootstrap-components.yaml"
131+ type : " url"
132+ contract : v1beta1
133+ files :
134+ - sourcePath : " ../../../metadata.yaml"
135+ targetName : " metadata.yaml"
136+ replacements :
137+ - old : " imagePullPolicy: Always"
138+ new : " imagePullPolicy: IfNotPresent"
139+ - old : " --leader-elect"
140+ new : " --leader-elect=false"
141+ - name : v0.4.99
94142 value : ../../../bootstrap/config/default
95143 contract : v1beta1
96144 files :
0 commit comments