Skip to content

Commit

Permalink
Merge pull request #3143 from mboersma/cert-manager-release-1.6
Browse files Browse the repository at this point in the history
[release-1.6] Bump cert-manager to v1.11.0
  • Loading branch information
k8s-ci-robot authored Feb 4, 2023
2 parents 25d2cbf + daf266f commit 03374ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ settings = {
"preload_images_for_kind": True,
"kind_cluster_name": "capz",
"capi_version": "v1.2.10",
"cert_manager_version": "v1.1.0",
"cert_manager_version": "v1.11.0",
"kubernetes_version": "v1.23.9",
"aks_kubernetes_version": "v1.23.8",
}
Expand Down Expand Up @@ -396,7 +396,7 @@ include_user_tilt_files()
load("ext://cert_manager", "deploy_cert_manager")

if settings.get("deploy_cert_manager"):
deploy_cert_manager()
deploy_cert_manager(version = settings.get("cert_manager_version"))

deploy_capi()

Expand Down
2 changes: 1 addition & 1 deletion hack/install-cert-manager.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ KUBECTL="${REPO_ROOT}/hack/tools/bin/kubectl"
make --directory="${REPO_ROOT}" "${KUBECTL##*/}"

## Install cert manager and wait for availability
"${KUBECTL}" apply -f https://github.com/jetstack/cert-manager/releases/download/v1.5.0/cert-manager.yaml
"${KUBECTL}" apply -f https://github.com/jetstack/cert-manager/releases/download/v1.11.0/cert-manager.yaml
"${KUBECTL}" wait --for=condition=Available --timeout=5m -n cert-manager deployment/cert-manager
"${KUBECTL}" wait --for=condition=Available --timeout=5m -n cert-manager deployment/cert-manager-cainjector
"${KUBECTL}" wait --for=condition=Available --timeout=5m -n cert-manager deployment/cert-manager-webhook
Expand Down

0 comments on commit 03374ec

Please sign in to comment.