This repository was archived by the owner on Aug 12, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ MANIFEST_TOOL ?= $(GOBIN)/manifest-tool
134
134
135
135
# where we store downloaded core
136
136
COREPATH ?= out/core
137
- CORE_VERSION ?= v0.3.5
137
+ CORE_VERSION ?= v0.3.8
138
138
CORE_API ?= https://api.github.com/repos/kubernetes-sigs/cluster-api/releases
139
139
CORE_URL ?= https://github.com/kubernetes-sigs/cluster-api/releases/download/$(CORE_VERSION )
140
140
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ providers:
13
13
- name : cluster-api
14
14
type : CoreProvider
15
15
versions :
16
- - name : v0.3.5
17
- value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.3.5 /core-components.yaml"
16
+ - name : v0.3.8
17
+ value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.3.8 /core-components.yaml"
18
18
type : " url"
19
19
replacements :
20
20
- old : " imagePullPolicy: Always"
@@ -25,8 +25,8 @@ providers:
25
25
- name : kubeadm
26
26
type : BootstrapProvider
27
27
versions :
28
- - name : v0.3.5
29
- value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.3.5 /bootstrap-components.yaml"
28
+ - name : v0.3.8
29
+ value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.3.8 /bootstrap-components.yaml"
30
30
type : " url"
31
31
replacements :
32
32
- old : " imagePullPolicy: Always"
@@ -37,8 +37,8 @@ providers:
37
37
- name : kubeadm
38
38
type : ControlPlaneProvider
39
39
versions :
40
- - name : v0.3.5
41
- value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.3.5 /control-plane-components.yaml"
40
+ - name : v0.3.8
41
+ value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.3.8 /control-plane-components.yaml"
42
42
type : " url"
43
43
replacements :
44
44
- old : " imagePullPolicy: Always"
You can’t perform that action at this time.
0 commit comments