Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Commit

Permalink
Bump cert-manager to 0.13.0
Browse files Browse the repository at this point in the history
Signed-off-by: Alistair Hey <[email protected]>
  • Loading branch information
Waterdrips authored and alexellis committed Feb 25, 2020
1 parent a574279 commit 09ab5e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/create-namespaces.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Install the CustomResourceDefinition resources separately
kubectl apply --validate=false -f https://raw.githubusercontent.com/jetstack/cert-manager/release-0.11/deploy/manifests/00-crds.yaml
kubectl apply --validate=false -f https://raw.githubusercontent.com/jetstack/cert-manager/release-0.13/deploy/manifests/00-crds.yaml

kubectl apply -f https://raw.githubusercontent.com/openfaas/faas-netes/master/namespaces.yml

Expand Down
2 changes: 1 addition & 1 deletion scripts/install-cert-manager.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ helm repo update
helm upgrade --install \
cert-manager \
--namespace cert-manager \
--version v0.11.0 \
--version v0.13.0 \
jetstack/cert-manager \
--wait

0 comments on commit 09ab5e0

Please sign in to comment.