From 80aaac304d182197050109a8efdb60e2a7d21d11 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 20:33:35 +0000 Subject: [PATCH] =?UTF-8?q?fix(container):=20update=20image=20ghcr.io/kube?= =?UTF-8?q?-vip/kube-vip=20(=20v0.8.3=20=E2=86=92=20v0.8.4=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 732e17a0..da35191d 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.3 + image: ghcr.io/kube-vip/kube-vip:v0.8.4 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 732e17a0..da35191d 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.3 + image: ghcr.io/kube-vip/kube-vip:v0.8.4 imagePullPolicy: IfNotPresent args: ["manager"] env: