Compare commits

..

2 commits

Author SHA1 Message Date
ac92e81b52 Rename tag cert-manager
All checks were successful
continuous-integration/drone/push Build is passing
2020-07-10 23:14:34 +02:00
3f46829d5b Update default version to 0.15 2020-07-10 23:14:20 +02:00
3 changed files with 4 additions and 4 deletions

View file

@ -6,4 +6,4 @@ ingress_domain: "local"
# - 192.168.140.0/24
certmanager_csi: true
certmanager_version: "0.14"
certmanager_version: "0.15"

View file

@ -25,5 +25,5 @@
with_items:
- '{{ certmanager_csi_list }}'
tags:
- certmanager
- cert-manager
- storage

View file

@ -53,7 +53,7 @@
- "{{ lookup('vars', 'certmanager_' + certmanager_version + '_list') }}"
when:
- not certmanager_upgraded|bool
tags: certmanager
tags: cert-manager
@ -62,5 +62,5 @@
when:
- certmanager_csi|bool
tags:
- certmanager
- cert-manager
- storage