File tree Expand file tree Collapse file tree 5 files changed +10
-7
lines changed
data/shared/v1beta1_addon_provider Expand file tree Collapse file tree 5 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -336,7 +336,7 @@ create-management-cluster: $(KUSTOMIZE) $(ENVSUBST) $(KUBECTL) $(KIND) ## Create
336
336
timeout --foreground 300 bash -c "until curl --retry $(CURL_RETRIES) -sSL https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.10.4/cluster-api-components.yaml | $(ENVSUBST) | $(KUBECTL) apply -f -; do sleep 5; done"
337
337
338
338
# Deploy CAAPH
339
- timeout --foreground 300 bash -c "until curl --retry $(CURL_RETRIES) -sSL https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/releases/download/v0.2.5 /addon-components.yaml | $(ENVSUBST) | $(KUBECTL) apply -f -; do sleep 5; done"
339
+ timeout --foreground 300 bash -c "until curl --retry $(CURL_RETRIES) -sSL https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/releases/download/v0.3.2 /addon-components.yaml | $(ENVSUBST) | $(KUBECTL) apply -f -; do sleep 5; done"
340
340
341
341
# Deploy CAPZ
342
342
if [ "$(MGMT_CLUSTER_TYPE)" != "aks" ]; then \
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ settings = {
23
23
"preload_images_for_kind" : True ,
24
24
"kind_cluster_name" : "capz" ,
25
25
"capi_version" : "v1.10.4" ,
26
- "caaph_version" : "v0.2.5 " ,
26
+ "caaph_version" : "v0.3.2 " ,
27
27
"cert_manager_version" : "v1.18.1" ,
28
28
"kubernetes_version" : "v1.32.2" ,
29
29
"aks_kubernetes_version" : "v1.30.2" ,
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ Create a `values.yaml` file for the CAPI Operator Helm chart like so:
122
122
` ` ` yaml
123
123
core: "cluster-api:v1.10.4"
124
124
infrastructure: "azure:v1.17.2"
125
- addon: "helm:v0.2.5 "
125
+ addon: "helm:v0.3.2 "
126
126
manager:
127
127
featureGates:
128
128
core:
Original file line number Diff line number Diff line change 9
9
loadBehavior : tryLoad
10
10
- name : registry.k8s.io/cluster-api/kubeadm-control-plane-controller:v1.10.4
11
11
loadBehavior : tryLoad
12
- - name : registry.k8s.io/cluster-api-helm/cluster-api-helm-controller:v0.2.5
12
+ - name : registry.k8s.io/cluster-api-helm/cluster-api-helm-controller:v0.3.2
13
13
loadBehavior : tryLoad
14
14
15
15
providers :
@@ -197,8 +197,8 @@ providers:
197
197
replacements :
198
198
- old : " imagePullPolicy: Always"
199
199
new : " imagePullPolicy: IfNotPresent"
200
- - name : v0.2.5
201
- value : https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/releases/download/v0.2.5 /addon-components.yaml
200
+ - name : v0.3.2
201
+ value : https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/releases/download/v0.3.2 /addon-components.yaml
202
202
type : url
203
203
contract : v1beta1
204
204
files :
@@ -247,7 +247,7 @@ variables:
247
247
OLD_PROVIDER_UPGRADE_VERSION : " v1.19.6"
248
248
LATEST_PROVIDER_UPGRADE_VERSION : " v1.20.2"
249
249
OLD_CAAPH_UPGRADE_VERSION : " v0.1.0-alpha.10"
250
- LATEST_CAAPH_UPGRADE_VERSION : " v0.2.5 "
250
+ LATEST_CAAPH_UPGRADE_VERSION : " v0.3.2 "
251
251
CI_RG : " ${CI_RG:-capz-ci}"
252
252
USER_IDENTITY : " ${USER_IDENTITY:-cloud-provider-user-identity}"
253
253
EXP_APISERVER_ILB : " true"
Original file line number Diff line number Diff line change 1
1
apiVersion : clusterctl.cluster.x-k8s.io/v1alpha3
2
2
releaseSeries :
3
+ - major : 0
4
+ minor : 3
5
+ contract : v1beta1
3
6
- major : 0
4
7
minor : 2
5
8
contract : v1beta1
You can’t perform that action at this time.
0 commit comments