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
134134
135135# where we store downloaded core
136136COREPATH ?= out/core
137- CORE_VERSION ?= v0.3.5
137+ CORE_VERSION ?= v0.3.8
138138CORE_API ?= https://api.github.com/repos/kubernetes-sigs/cluster-api/releases
139139CORE_URL ?= https://github.com/kubernetes-sigs/cluster-api/releases/download/$(CORE_VERSION )
140140
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ providers:
1313- name : cluster-api
1414 type : CoreProvider
1515 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"
1818 type : " url"
1919 replacements :
2020 - old : " imagePullPolicy: Always"
@@ -25,8 +25,8 @@ providers:
2525- name : kubeadm
2626 type : BootstrapProvider
2727 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"
3030 type : " url"
3131 replacements :
3232 - old : " imagePullPolicy: Always"
@@ -37,8 +37,8 @@ providers:
3737- name : kubeadm
3838 type : ControlPlaneProvider
3939 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"
4242 type : " url"
4343 replacements :
4444 - old : " imagePullPolicy: Always"
You can’t perform that action at this time.
0 commit comments