Use tagged versions for the dependent projects of ENO
[infra/stack/kubernetes.git] / apps / whereabouts / kubespray / playbooks / roles / install / tasks / install-plugin.yml
index 12567ae2e897edec80ab89f86ddb73481492c465..b8106ff53a0fdf001188ca744dfe6818755437a5 100644 (file)
@@ -31,7 +31,7 @@
   git:
     repo: https://github.com/k8snetworkplumbingwg/whereabouts.git
     dest: /root/k8s-addons/whereabouts
-    version: master
+    version: "{{ whereabouts_version }}"
 
 - name: Install Whereabouts IPAM Plugin
   command: "kubectl apply -f k8s-addons/whereabouts/doc/daemonset-install.yaml -f k8s-addons/whereabouts/doc/whereabouts.cni.cncf.io_ippools.yaml"