From b8f887ec1bb57c18b595c57bf8a6ab276aeb66f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 23:38:54 +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.5=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 a4f9ed046..479383324 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.5 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 a4f9ed046..479383324 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.5 imagePullPolicy: IfNotPresent args: ["manager"] env: