Skip to content

Commit

Permalink
Merge pull request #143 from jsturtevant/update-versions
Browse files Browse the repository at this point in the history
Update kind, cert-manager, and helm versions
  • Loading branch information
k8s-ci-robot committed Mar 14, 2024
2 parents 47bd1e2 + 39aa1c4 commit 484ca21
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions admission-webhook/make/dev_cluster.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
# see available versions at https://hub.docker.com/r/kindest/node/tags
KUBERNETES_VERSION ?= 1.29.0
# see https://github.com/kubernetes-sigs/kind/releases
KIND_VERSION = 0.21.0
KIND_VERSION = 0.22.0
# https://github.com/helm/helm/releases
HELM_VERSION ?= 3.10.3
HELM_VERSION ?= 3.14.3
# https://github.com/cert-manager/cert-manager/releases
CERT_MANAGER_VERSION ?= v1.14.4

CLUSTER_NAME ?= windows-gmsa-dev
DEPLOYMENT_NAME ?= windows-gmsa-dev
Expand Down
2 changes: 1 addition & 1 deletion admission-webhook/make/helm.mk
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ endif
.PHONY: _deploy_certmanager
_deploy_certmanager: remove_certmanager
KUBECONFIG=$(KUBECONFIG) $(KUBECTL) create namespace cert-manager
KUBECONFIG=$(KUBECONFIG) $(KUBECTL) apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.10.1/cert-manager.yaml
KUBECONFIG=$(KUBECONFIG) $(KUBECTL) apply -f https://github.com/cert-manager/cert-manager/releases/download/$(CERT_MANAGER_VERSION)/cert-manager.yaml
KUBECONFIG=$(KUBECONFIG) $(KUBECTL) wait -n cert-manager pod -l app=cainjector --for=condition=Ready
KUBECONFIG=$(KUBECONFIG) $(KUBECTL) wait -n cert-manager pod -l app=webhook --for=condition=Ready

Expand Down

0 comments on commit 484ca21

Please sign in to comment.