Inject CPI image tag into manifest
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-03-29 22:01:43 +02:00
parent 5effe00c19
commit 29396de154
2 changed files with 8 additions and 0 deletions

View File

@ -73,6 +73,12 @@
delay: 5
until: clusterapi_manifests is not failed
- name: Update cluster-template with image tags
ansible.builtin.replace:
dest: infrastructure-vsphere/{{ components.clusterapi.management.version.infrastructure_vsphere }}/cluster-template.yaml
regexp: ':\${CPI_IMAGE_K8S_VERSION}'
replace: ":{{ components.clusterapi.management.version.cpi_vsphere }}"
- name: Download kube-vip RBAC manifest
ansible.builtin.get_url:
url: https://kube-vip.io/manifests/rbac.yaml