chore(deps): Updated (#469)

* chore(deps): Updated

* fix(kube-vipe): changed rbac location
This commit is contained in:
Techno Tim
2024-03-04 22:18:23 -06:00
committed by GitHub
parent 14ae9df1bc
commit 8432d3bc66
2 changed files with 6 additions and 6 deletions

View File

@@ -10,7 +10,7 @@
- name: Download vip rbac manifest to first master
ansible.builtin.get_url:
url: "https://raw.githubusercontent.com/kube-vip/kube-vip/{{ kube_vip_tag_version }}/docs/manifests/rbac.yaml"
url: "https://kube-vip.io/manifests/rbac.yaml"
dest: "/var/lib/rancher/k3s/server/manifests/vip-rbac.yaml"
owner: root
group: root