From 7d3f55c423c3dcbce751eaa85c75311e3446f011 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 23 Apr 2022 06:49:34 +0000 Subject: [PATCH] chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.4.4 --- cluster/core/kube-system/kube-vip/daemon-set.yaml | 2 +- tmpl/cluster/kube-vip-daemonset.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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