Skip to content

Commit

Permalink
Merge pull request #3144 from mboersma/cert-manager-release-1.7
Browse files Browse the repository at this point in the history
[release-1.7] Bump cert-manager to v1.11.0
  • Loading branch information
k8s-ci-robot authored Feb 3, 2023
2 parents 805c12d + 2dc822f commit 741a29d
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.3.1",
"cert_manager_version": "v1.10.0",
"cert_manager_version": "v1.11.0",
"kubernetes_version": "v1.24.6",
"aks_kubernetes_version": "v1.24.6",
}
Expand Down Expand Up @@ -400,7 +400,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 @@ -54,7 +54,7 @@ source "${REPO_ROOT}/hack/common-vars.sh"
make --directory="${REPO_ROOT}" "${KUBECTL##*/}"

## Install cert manager and wait for availability
"${KUBECTL}" apply -f https://github.com/jetstack/cert-manager/releases/download/v1.10.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 741a29d

Please sign in to comment.