-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #51 from jetstack/bump_deps
Bump cas issuer dependencies to cert-manager v1.5.1, k8s 1.21.3
- Loading branch information
Showing
4 changed files
with
661 additions
and
190 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ e2e: kind kustomize ginkgo kubectl docker-build | |
$(KIND) create cluster --name casissuer-e2e | ||
$(KIND) export kubeconfig --name casissuer-e2e --kubeconfig kubeconfig.yaml | ||
$(KIND) load docker-image --name casissuer-e2e ${IMG} | ||
$(KUBECTL) --kubeconfig kubeconfig.yaml apply -f https://github.com/jetstack/cert-manager/releases/download/v1.3.1/cert-manager.yaml | ||
$(KUBECTL) --kubeconfig kubeconfig.yaml apply -f https://github.com/jetstack/cert-manager/releases/download/v1.5.1/cert-manager.yaml | ||
$(KUSTOMIZE) build config/crd | $(KUBECTL) --kubeconfig kubeconfig.yaml apply -f - | ||
cd config/manager; $(KUSTOMIZE) edit set image controller=${IMG} | ||
$(KUSTOMIZE) build config/default | $(KUBECTL) --kubeconfig kubeconfig.yaml apply -f - | ||
|
@@ -113,7 +113,7 @@ ifeq (, $(shell which kind)) | |
set -e ;\ | ||
TEMPDIR=$(mktemp -d);\ | ||
cd $$TEMPDIR ;\ | ||
GO111MODULE=on go get sigs.k8s.io/[email protected].0 ;\ | ||
GO111MODULE=on go get sigs.k8s.io/[email protected].1 ;\ | ||
} | ||
KIND=$(GOBIN)/kind | ||
else | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.