From bbdef8576c438c6d316f2766097745f4be6b5615 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 17:56:39 +0000 Subject: [PATCH] =?UTF-8?q?fix(container):=20update=20image=20ghcr.io/kube?= =?UTF-8?q?-vip/kube-vip=20(=20v0.8.4=20=E2=86=92=20v0.8.6=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ansible/main/playbooks/templates/custom-kube-vip-ds.yaml | 2 +- kubernetes/main/apps/kube-system/kube-vip/app/daemonset.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/main/playbooks/templates/custom-kube-vip-ds.yaml b/ansible/main/playbooks/templates/custom-kube-vip-ds.yaml index a4f9ed04..60f1cb0d 100644 --- a/ansible/main/playbooks/templates/custom-kube-vip-ds.yaml +++ b/ansible/main/playbooks/templates/custom-kube-vip-ds.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: kube-vip - image: ghcr.io/kube-vip/kube-vip:v0.8.4 + image: ghcr.io/kube-vip/kube-vip:v0.8.6 imagePullPolicy: IfNotPresent args: ["manager"] env: diff --git a/kubernetes/main/apps/kube-system/kube-vip/app/daemonset.yaml b/kubernetes/main/apps/kube-system/kube-vip/app/daemonset.yaml index a4f9ed04..60f1cb0d 100644 --- a/kubernetes/main/apps/kube-system/kube-vip/app/daemonset.yaml +++ b/kubernetes/main/apps/kube-system/kube-vip/app/daemonset.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: kube-vip - image: ghcr.io/kube-vip/kube-vip:v0.8.4 + image: ghcr.io/kube-vip/kube-vip:v0.8.6 imagePullPolicy: IfNotPresent args: ["manager"] env: