From 11a3fca7e8d6b5698f23f2ee93ac7ca7a6694083 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 23:38:58 +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/storage/playbooks/templates/custom-kube-vip-ds.yaml | 2 +- kubernetes/storage/apps/kube-system/kube-vip/app/daemonset.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/storage/playbooks/templates/custom-kube-vip-ds.yaml b/ansible/storage/playbooks/templates/custom-kube-vip-ds.yaml index da35191d..390d8987 100644 --- a/ansible/storage/playbooks/templates/custom-kube-vip-ds.yaml +++ b/ansible/storage/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/storage/apps/kube-system/kube-vip/app/daemonset.yaml b/kubernetes/storage/apps/kube-system/kube-vip/app/daemonset.yaml index da35191d..390d8987 100644 --- a/kubernetes/storage/apps/kube-system/kube-vip/app/daemonset.yaml +++ b/kubernetes/storage/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: