File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -315,7 +315,7 @@ create-management-cluster: $(KUSTOMIZE) $(ENVSUBST) $(KUBECTL) $(KIND) ## Create
315315 timeout --foreground 300 bash -c "until curl --retry $(CURL_RETRIES) -sSL https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.7.4/cluster-api-components.yaml | $(ENVSUBST) | $(KUBECTL) apply -f -; do sleep 5; done"
316316
317317 # Deploy CAAPH
318- timeout --foreground 300 bash -c "until curl --retry $(CURL_RETRIES) -sSL https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/releases/download/v0.1.0-alpha.10 /addon-components.yaml | $(ENVSUBST) | $(KUBECTL) apply -f -; do sleep 5; done"
318+ 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.4 /addon-components.yaml | $(ENVSUBST) | $(KUBECTL) apply -f -; do sleep 5; done"
319319
320320 # Deploy CAPZ
321321 $(KIND) load docker-image $(CONTROLLER_IMG)-$(ARCH):$(TAG) --name=$(KIND_CLUSTER_NAME)
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ settings = {
2121 "preload_images_for_kind" : True ,
2222 "kind_cluster_name" : "capz" ,
2323 "capi_version" : "v1.7.4" ,
24- "caaph_version" : "v0.2.1 " ,
24+ "caaph_version" : "v0.2.4 " ,
2525 "cert_manager_version" : "v1.15.1" ,
2626 "kubernetes_version" : "v1.28.3" ,
2727 "aks_kubernetes_version" : "v1.28.3" ,
Original file line number Diff line number Diff line change 99 loadBehavior : tryLoad
1010 - name : registry.k8s.io/cluster-api/kubeadm-control-plane-controller:v1.7.4
1111 loadBehavior : tryLoad
12- - name : registry.k8s.io/cluster-api-helm/cluster-api-helm-controller:v0.1.1-alpha.1
12+ - name : registry.k8s.io/cluster-api-helm/cluster-api-helm-controller:v0.2.4
1313 loadBehavior : tryLoad
1414
1515providers :
@@ -176,8 +176,8 @@ providers:
176176 replacements :
177177 - old : " imagePullPolicy: Always"
178178 new : " imagePullPolicy: IfNotPresent"
179- - name : v0.1.1-alpha.1
180- value : https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/releases/download/v0.1.1-alpha.1 /addon-components.yaml
179+ - name : v0.2.4
180+ value : https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/releases/download/v0.2.4 /addon-components.yaml
181181 type : url
182182 contract : v1beta1
183183 files :
You can’t perform that action at this time.
0 commit comments