Skip to content

Commit e0a1d26

Browse files
committed
Bump CAAPH to v0.2.4
1 parent 5493e53 commit e0a1d26

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ create-management-cluster: $(KUSTOMIZE) $(ENVSUBST) $(KUBECTL) $(KIND) ## Create
317317
timeout --foreground 300 bash -c "until curl --retry $(CURL_RETRIES) -sSL https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.7.3/cluster-api-components.yaml | $(ENVSUBST) | $(KUBECTL) apply -f -; do sleep 5; done"
318318

319319
# Deploy CAAPH
320-
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"
320+
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"
321321

322322
# Deploy CAPZ
323323
$(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.3",
24-
"caaph_version": "v0.2.1",
24+
"caaph_version": "v0.2.4",
2525
"cert_manager_version": "v1.15.0",
2626
"kubernetes_version": "v1.28.3",
2727
"aks_kubernetes_version": "v1.28.3",

test/e2e/config/azure-dev.yaml

Lines changed: 4 additions & 4 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.3
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:
@@ -229,7 +229,7 @@ variables:
229229
OLD_PROVIDER_UPGRADE_VERSION: "v1.14.5"
230230
LATEST_PROVIDER_UPGRADE_VERSION: "v1.15.1"
231231
OLD_CAAPH_UPGRADE_VERSION: "v0.1.0-alpha.10"
232-
LATEST_CAAPH_UPGRADE_VERSION: "v0.1.1-alpha.1"
232+
LATEST_CAAPH_UPGRADE_VERSION: "v0.2.4"
233233

234234
intervals:
235235
default/wait-controllers: ["3m", "10s"]

0 commit comments

Comments
 (0)