File tree Expand file tree Collapse file tree 5 files changed +11
-8
lines changed
data/shared/v1beta1_addon_provider Expand file tree Collapse file tree 5 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ KUBECTL_VER := v1.32.2
125125KUBECTL_BIN := kubectl
126126KUBECTL := $(TOOLS_BIN_DIR ) /$(KUBECTL_BIN ) -$(KUBECTL_VER )
127127
128- HELM_VER := v3.14.4
128+ HELM_VER := v3.19.2
129129HELM_BIN := helm
130130HELM := $(TOOLS_BIN_DIR ) /$(HELM_BIN ) -$(HELM_VER )
131131
@@ -361,7 +361,7 @@ create-management-cluster: $(KUSTOMIZE) $(ENVSUBST) $(KUBECTL) $(KIND) ## Create
361361 timeout --foreground 300 bash -c "until curl --retry $(CURL_RETRIES) -sSL https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.11.3/cluster-api-components.yaml | $(ENVSUBST) | $(KUBECTL) apply -f -; do sleep 5; done"
362362
363363 # Deploy CAAPH
364- timeout --foreground 300 bash -c "until curl --retry $(CURL_RETRIES) -sSL https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/releases/download/v0.4.1 /addon-components.yaml | $(ENVSUBST) | $(KUBECTL) apply -f -; do sleep 5; done"
364+ timeout --foreground 300 bash -c "until curl --retry $(CURL_RETRIES) -sSL https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/releases/download/v0.5.2 /addon-components.yaml | $(ENVSUBST) | $(KUBECTL) apply -f -; do sleep 5; done"
365365
366366 # Deploy CAPZ
367367 if [ "$(MGMT_CLUSTER_TYPE)" != "aks" ]; then \
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ settings = {
2323 "preload_images_for_kind" : True ,
2424 "kind_cluster_name" : "capz" ,
2525 "capi_version" : "v1.11.3" ,
26- "caaph_version" : "v0.4.1 " ,
26+ "caaph_version" : "v0.5.2 " ,
2727 "cert_manager_version" : "v1.19.1" ,
2828 "kubernetes_version" : "v1.32.2" ,
2929 "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:
122122` ` ` yaml
123123core: "cluster-api:v1.11.3"
124124infrastructure: "azure:v1.17.2"
125- addon: "helm:v0.4.1 "
125+ addon: "helm:v0.5.2 "
126126manager:
127127 featureGates:
128128 core:
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ images:
1212 # - name: registry.k8s.io/cluster-api/kubeadm-control-plane-controller:v1.11.3
1313 - name : gcr.io/k8s-staging-cluster-api/kubeadm-control-plane-controller:v20251201-v1.11.3-29-g889987e8d
1414 loadBehavior : tryLoad
15- - name : registry.k8s.io/cluster-api-helm/cluster-api-helm-controller:v0.4.1
15+ - name : registry.k8s.io/cluster-api-helm/cluster-api-helm-controller:v0.5.2
1616 loadBehavior : tryLoad
1717
1818providers :
@@ -224,8 +224,8 @@ providers:
224224 replacements :
225225 - old : " imagePullPolicy: Always"
226226 new : " imagePullPolicy: IfNotPresent"
227- - name : v0.4.1
228- value : https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/releases/download/v0.4.1 /addon-components.yaml
227+ - name : v0.5.2
228+ value : https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/releases/download/v0.5.2 /addon-components.yaml
229229 type : url
230230 contract : v1beta1
231231 files :
@@ -274,7 +274,7 @@ variables:
274274 OLD_PROVIDER_UPGRADE_VERSION : " v1.20.4"
275275 LATEST_PROVIDER_UPGRADE_VERSION : " v1.21.1"
276276 OLD_CAAPH_UPGRADE_VERSION : " v0.1.0-alpha.10"
277- LATEST_CAAPH_UPGRADE_VERSION : " v0.4.1 "
277+ LATEST_CAAPH_UPGRADE_VERSION : " v0.5.2 "
278278 CI_RG : " ${CI_RG:-capz-ci}"
279279 USER_IDENTITY : " ${USER_IDENTITY:-cloud-provider-user-identity}"
280280 EXP_APISERVER_ILB : " true"
Original file line number Diff line number Diff line change 11apiVersion : clusterctl.cluster.x-k8s.io/v1alpha3
22releaseSeries :
3+ - major : 0
4+ minor : 5
5+ contract : v1beta1
36 - major : 0
47 minor : 4
58 contract : v1beta1
You can’t perform that action at this time.
0 commit comments