@@ -15,62 +15,62 @@ providers:
15
15
- name : cluster-api
16
16
type : CoreProvider
17
17
versions :
18
- - name : v1.3.5
19
- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.3.5 /core-components.yaml
20
- type : url
21
- files :
22
- - sourcePath : " ../data/shared/v1beta1/metadata.yaml"
23
- replacements :
24
- - old : " imagePullPolicy: Always"
25
- new : " imagePullPolicy: IfNotPresent"
26
- - old : " --leader-elect"
27
- new : " --leader-elect=false"
18
+ - name : v1.3.7
19
+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.3.7 /core-components.yaml
20
+ type : url
21
+ files :
22
+ - sourcePath : " ../data/shared/v1beta1/metadata.yaml"
23
+ replacements :
24
+ - old : " imagePullPolicy: Always"
25
+ new : " imagePullPolicy: IfNotPresent"
26
+ - old : " --leader-elect"
27
+ new : " --leader-elect=false"
28
28
- name : kubeadm
29
29
type : BootstrapProvider
30
30
versions :
31
- - name : v1.3.5
32
- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.3.5 /bootstrap-components.yaml
33
- type : url
34
- files :
35
- - sourcePath : " ../data/shared/v1beta1/metadata.yaml"
36
- replacements :
37
- - old : " imagePullPolicy: Always"
38
- new : " imagePullPolicy: IfNotPresent"
39
- - old : " --leader-elect"
40
- new : " --leader-elect=false"
31
+ - name : v1.3.7
32
+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.3.7 /bootstrap-components.yaml
33
+ type : url
34
+ files :
35
+ - sourcePath : " ../data/shared/v1beta1/metadata.yaml"
36
+ replacements :
37
+ - old : " imagePullPolicy: Always"
38
+ new : " imagePullPolicy: IfNotPresent"
39
+ - old : " --leader-elect"
40
+ new : " --leader-elect=false"
41
41
- name : kubeadm
42
42
type : ControlPlaneProvider
43
43
versions :
44
- - name : v1.3.5
45
- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.3.5 /control-plane-components.yaml
46
- type : url
47
- files :
48
- - sourcePath : " ../data/shared/v1beta1/metadata.yaml"
49
- replacements :
50
- - old : " imagePullPolicy: Always"
51
- new : " imagePullPolicy: IfNotPresent"
52
- - old : " --leader-elect"
53
- new : " --leader-elect=false"
44
+ - name : v1.3.7
45
+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.3.7 /control-plane-components.yaml
46
+ type : url
47
+ files :
48
+ - sourcePath : " ../data/shared/v1beta1/metadata.yaml"
49
+ replacements :
50
+ - old : " imagePullPolicy: Always"
51
+ new : " imagePullPolicy: IfNotPresent"
52
+ - old : " --leader-elect"
53
+ new : " --leader-elect=false"
54
54
- name : gcp
55
55
type : InfrastructureProvider
56
56
versions :
57
- - name : v1.3.99 # next; use manifest from source files
58
- value : " ${PWD}/config/default"
57
+ - name : v1.3.99 # next; use manifest from source files
58
+ value : " ${PWD}/config/default"
59
59
files :
60
- - sourcePath : " ${PWD}/metadata.yaml"
61
- targetName : " metadata.yaml"
62
- - sourcePath : " ${PWD}/test/e2e/data/infrastructure-gcp/cluster-template-ci.yaml"
63
- targetName : " cluster-template.yaml"
64
- - sourcePath : " ${PWD}/test/e2e/data/infrastructure-gcp/cluster-template-prow-ci-version.yaml"
65
- targetName : " cluster-template-conformance-ci-artifacts.yaml"
66
- - sourcePath : " ${PWD}/test/e2e/data/infrastructure-gcp/cluster-template-upgrades.yaml"
67
- - sourcePath : " ${PWD}/test/e2e/data/infrastructure-gcp/cluster-template-md-remediation.yaml"
68
- - sourcePath : " ${PWD}/test/e2e/data/infrastructure-gcp/cluster-template-kcp-remediation.yaml"
69
- - sourcePath : " ${PWD}/test/e2e/data/infrastructure-gcp/cluster-template-topology.yaml"
70
- - sourcePath : " ${PWD}/test/e2e/data/infrastructure-gcp/clusterclass-quick-start.yaml"
71
- - sourcePath : " ${PWD}/test/e2e/data/infrastructure-gcp/cluster-template-ci-with-creds.yaml"
72
- - sourcePath : " ${PWD}/test/e2e/data/infrastructure-gcp/cluster-template-ci-gke.yaml"
73
- - sourcePath : " ${PWD}/test/e2e/data/infrastructure-gcp/cluster-template-ci-gke-autopilot.yaml"
60
+ - sourcePath : " ${PWD}/metadata.yaml"
61
+ targetName : " metadata.yaml"
62
+ - sourcePath : " ${PWD}/test/e2e/data/infrastructure-gcp/cluster-template-ci.yaml"
63
+ targetName : " cluster-template.yaml"
64
+ - sourcePath : " ${PWD}/test/e2e/data/infrastructure-gcp/cluster-template-prow-ci-version.yaml"
65
+ targetName : " cluster-template-conformance-ci-artifacts.yaml"
66
+ - sourcePath : " ${PWD}/test/e2e/data/infrastructure-gcp/cluster-template-upgrades.yaml"
67
+ - sourcePath : " ${PWD}/test/e2e/data/infrastructure-gcp/cluster-template-md-remediation.yaml"
68
+ - sourcePath : " ${PWD}/test/e2e/data/infrastructure-gcp/cluster-template-kcp-remediation.yaml"
69
+ - sourcePath : " ${PWD}/test/e2e/data/infrastructure-gcp/cluster-template-topology.yaml"
70
+ - sourcePath : " ${PWD}/test/e2e/data/infrastructure-gcp/clusterclass-quick-start.yaml"
71
+ - sourcePath : " ${PWD}/test/e2e/data/infrastructure-gcp/cluster-template-ci-with-creds.yaml"
72
+ - sourcePath : " ${PWD}/test/e2e/data/infrastructure-gcp/cluster-template-ci-gke.yaml"
73
+ - sourcePath : " ${PWD}/test/e2e/data/infrastructure-gcp/cluster-template-ci-gke-autopilot.yaml"
74
74
75
75
variables :
76
76
KUBERNETES_VERSION : " ${KUBERNETES_VERSION:-v1.25.5}"
0 commit comments