diff --git a/cluster/core/kube-system/kube-vip/daemon-set.yaml b/cluster/core/kube-system/kube-vip/daemon-set.yaml index 25c0a94..ee75fbc 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.4.2 + image: ghcr.io/kube-vip/kube-vip:v0.4.4 imagePullPolicy: IfNotPresent args: - manager diff --git a/tmpl/cluster/kube-vip-daemonset.yaml b/tmpl/cluster/kube-vip-daemonset.yaml index 73314ee..0baa5a9 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.4.2 + image: ghcr.io/kube-vip/kube-vip:v0.4.4 imagePullPolicy: IfNotPresent args: - manager