From 205dcc7bc6bb4c74634a93d3025907211635c7f5 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:59 +0000 Subject: [PATCH] feat(container): update ghcr.io/kube-vip/kube-vip docker tag to v0.6.3 | datasource | package | from | to | | ---------- | ------------------------- | ------ | ------ | | docker | ghcr.io/kube-vip/kube-vip | v0.5.0 | v0.6.3 | --- 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..4cbb34784 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.6.3 imagePullPolicy: IfNotPresent args: - manager