Skip to content
Snippets Groups Projects
Commit 174b7918 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

upgrade cert-manager

parent 81d7b0b2
No related branches found
No related tags found
No related merge requests found
......@@ -54,4 +54,4 @@ cert_manager:
# cert-manager requires custom resource definitions applied before installing
# the helm chart. See https://hub.helm.sh/charts/jetstack/cert-manager for
# details
crd_version: '0.9'
crd_version: '0.11.0'
......@@ -2,7 +2,7 @@
- name: Install CRDs for cert-manager
tags:
- cert-manager
command: '/snap/bin/kubectl apply -f https://raw.githubusercontent.com/jetstack/cert-manager/release-{{ cert_manager.crd_version }}/deploy/manifests/00-crds.yaml'
command: '/snap/bin/kubectl apply -f https://raw.githubusercontent.com/jetstack/cert-manager/v{{ cert_manager.crd_version }}/deploy/manifests/00-crds.yaml'
- name: Prevent validation deadlock for cert-manager
tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment