Skip to content

Commit

Permalink
Merge pull request #4552 from mboersma/bump-cert-man-1.14.2
Browse files Browse the repository at this point in the history
Bump cert-manager to v1.14.2
  • Loading branch information
k8s-ci-robot authored Feb 9, 2024
2 parents 40f3dfb + 17901c6 commit 38a5395
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ settings = {
"preload_images_for_kind": True,
"kind_cluster_name": "capz",
"capi_version": "v1.6.1",
"cert_manager_version": "v1.14.1",
"cert_manager_version": "v1.14.2",
"kubernetes_version": "v1.28.3",
"aks_kubernetes_version": "v1.28.3",
"flatcar_version": "3374.2.1",
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.14.1/cert-manager.yaml
"${KUBECTL}" apply -f https://github.com/jetstack/cert-manager/releases/download/v1.14.2/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 38a5395

Please sign in to comment.