Add Calico v3.17.3 and v3.18.1 (#7524)

* add hashes for calico v3.17.3

* add hashes for claico v3.18.1

* bump default calico version to v3.17.3

* calico crds are missing yaml separator breaking kdd
This commit is contained in:
Cristian Calin
2021-04-21 20:45:51 +03:00
committed by GitHub
parent b599f3084f
commit add61868c6
2 changed files with 10 additions and 1 deletions

View File

@@ -125,6 +125,7 @@
assemble:
src: "{{ local_release_dir }}/calico-{{ calico_version }}-kdd-crds"
dest: "{{ kube_config_dir }}/kdd-crds.yml"
delimiter: "---\n"
regexp: ".*\\.yaml"
remote_src: true