From b5493a4e0be47385a9520d93a865887f30257d99 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 11:49:26 +0000 Subject: [PATCH] fix(container): update image ghcr.io/kube-vip/kube-vip to v0.8.2 --- 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 bed8e20c..13114874 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.8.1 + image: ghcr.io/kube-vip/kube-vip:v0.8.2 imagePullPolicy: IfNotPresent args: ["manager"] env: