diff --git a/cluster/core/kube-system/kube-vip/daemon-set.yaml b/cluster/core/kube-system/kube-vip/daemon-set.yaml index c129e0f1de..9b23d2a1bc 100644 --- a/cluster/core/kube-system/kube-vip/daemon-set.yaml +++ b/cluster/core/kube-system/kube-vip/daemon-set.yaml @@ -20,7 +20,7 @@ spec: spec: containers: - name: kube-vip - image: ghcr.io/kube-vip/kube-vip:v0.8.7 + image: ghcr.io/kube-vip/kube-vip:v0.8.8 imagePullPolicy: IfNotPresent args: - manager diff --git a/provision/ansible/playbooks/templates/kube-vip-daemonset.yaml.j2 b/provision/ansible/playbooks/templates/kube-vip-daemonset.yaml.j2 index 738b28bb99..39b96cf15f 100644 --- a/provision/ansible/playbooks/templates/kube-vip-daemonset.yaml.j2 +++ b/provision/ansible/playbooks/templates/kube-vip-daemonset.yaml.j2 @@ -20,7 +20,7 @@ spec: spec: containers: - name: kube-vip - image: ghcr.io/kube-vip/kube-vip:v0.8.7 + image: ghcr.io/kube-vip/kube-vip:v0.8.8 imagePullPolicy: IfNotPresent args: - manager diff --git a/tmpl/cluster/kube-vip-daemonset.yaml b/tmpl/cluster/kube-vip-daemonset.yaml index 315f1d9ce3..f99b728388 100644 --- a/tmpl/cluster/kube-vip-daemonset.yaml +++ b/tmpl/cluster/kube-vip-daemonset.yaml @@ -20,7 +20,7 @@ spec: spec: containers: - name: kube-vip - image: ghcr.io/kube-vip/kube-vip:v0.8.7 + image: ghcr.io/kube-vip/kube-vip:v0.8.8 imagePullPolicy: IfNotPresent args: - manager