Skip to content

Commit 71566b4

Browse files
committed
Bump CAAPH to v0.2.4
1 parent 8316c44 commit 71566b4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

Tiltfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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",

test/e2e/config/azure-dev.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ images:
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

1515
providers:
@@ -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:

0 commit comments

Comments
 (0)