diff --git a/ansible/main/playbooks/templates/custom-kube-vip-ds.yaml b/ansible/main/playbooks/templates/custom-kube-vip-ds.yaml index a4f9ed046..479383324 100644 --- a/ansible/main/playbooks/templates/custom-kube-vip-ds.yaml +++ b/ansible/main/playbooks/templates/custom-kube-vip-ds.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: kube-vip - image: ghcr.io/kube-vip/kube-vip:v0.8.4 + image: ghcr.io/kube-vip/kube-vip:v0.8.5 imagePullPolicy: IfNotPresent args: ["manager"] env: diff --git a/kubernetes/main/apps/kube-system/kube-vip/app/daemonset.yaml b/kubernetes/main/apps/kube-system/kube-vip/app/daemonset.yaml index a4f9ed046..479383324 100644 --- a/kubernetes/main/apps/kube-system/kube-vip/app/daemonset.yaml +++ b/kubernetes/main/apps/kube-system/kube-vip/app/daemonset.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: kube-vip - image: ghcr.io/kube-vip/kube-vip:v0.8.4 + image: ghcr.io/kube-vip/kube-vip:v0.8.5 imagePullPolicy: IfNotPresent args: ["manager"] env: