From 009b0357918f14b37ce7dbe57129f2a28e5e5069 Mon Sep 17 00:00:00 2001 From: stimpy-bot <101597957+stimpy-bot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 19:06:53 +0000 Subject: [PATCH] fix(container): update ghcr.io/kube-vip/kube-vip docker tag to v0.5.12 | datasource | package | from | to | | ---------- | ------------------------- | ------ | ------- | | docker | ghcr.io/kube-vip/kube-vip | v0.5.0 | v0.5.12 | --- cluster/apps/kube-system/kube-vip/daemon-set.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/apps/kube-system/kube-vip/daemon-set.yaml b/cluster/apps/kube-system/kube-vip/daemon-set.yaml index 5079942da..53f34d22c 100644 --- a/cluster/apps/kube-system/kube-vip/daemon-set.yaml +++ b/cluster/apps/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.5.0 + image: ghcr.io/kube-vip/kube-vip:v0.5.12 imagePullPolicy: IfNotPresent args: - manager