From 0bc1eb7a9b63fc71c3ecd8843c480597b209fd8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 10:03:24 +0000 Subject: [PATCH] fix(container): update image ghcr.io/kube-vip/kube-vip to v0.6.3 --- ansible/playbooks/templates/kube-vip-static-pod.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/playbooks/templates/kube-vip-static-pod.yaml.j2 b/ansible/playbooks/templates/kube-vip-static-pod.yaml.j2 index 60ea80657ad..c88f0688d7e 100644 --- a/ansible/playbooks/templates/kube-vip-static-pod.yaml.j2 +++ b/ansible/playbooks/templates/kube-vip-static-pod.yaml.j2 @@ -10,7 +10,7 @@ metadata: spec: containers: - name: kube-vip - image: ghcr.io/kube-vip/kube-vip:v0.6.0 + image: ghcr.io/kube-vip/kube-vip:v0.6.3 imagePullPolicy: IfNotPresent args: ["manager"] env: