Skip to content
Snippets Groups Projects
Verified Commit f06fb26e authored by Varac's avatar Varac
Browse files

Update cert-manager to 0.8

Closes #175
parent 6c07dfc2
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ collabora_password: "{{ lookup('password', './secrets/collabora_admin_password c
prometheus_grafana_admin_password: "{{ lookup('password', './secrets/prometheus_grafana_admin_password chars=ascii_letters') }}"
# git repo versions
git_helmfiles_version: '05041e5a62128633b436e2d9db7c60871d999a30'
git_helmfiles_version: '2c0fcbeda044d53cf742280936baa87b8b22d139'
git_charts_version: 'HEAD'
git_local_storage_version: 'HEAD'
......
......@@ -98,7 +98,7 @@
- name: Install CRDs for cert-manager
tags:
- cert-manager
command: /snap/bin/kubectl apply -f https://raw.githubusercontent.com/jetstack/cert-manager/release-0.7/deploy/manifests/00-crds.yaml
command: /snap/bin/kubectl apply -f https://raw.githubusercontent.com/jetstack/cert-manager/release-0.8/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