Add version 0.15.0
This commit is contained in:
parent
b3cb67b84b
commit
f01d00e4f3
42 changed files with 7233 additions and 1 deletions
|
|
@ -53,6 +53,12 @@
|
|||
- certmanager_version | regex_search('(0.14)') or certmanager_actual_version.stdout | regex_search('(0.14)')
|
||||
tags: certmanager
|
||||
|
||||
- name: install / uninstall version 0.15
|
||||
include_tasks: "version_0.15.yml"
|
||||
when:
|
||||
- certmanager_version | regex_search('(0.15)') or certmanager_actual_version.stdout | regex_search('(0.15)')
|
||||
tags: certmanager
|
||||
|
||||
|
||||
|
||||
- name: install / uninstall Cert-Manager CSI Kubernetes drivers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue