From c0840aaa050062688c99c9a4802bcd3e0bd1c138 Mon Sep 17 00:00:00 2001 From: Christophe Jauffret Date: Tue, 14 Nov 2023 11:35:40 +0100 Subject: [PATCH] update kube-vip to v0.6.3 (#320) --- templates/base/cluster-with-kcp.yaml | 2 +- templates/cluster-template-ccm.yaml | 2 +- templates/cluster-template-csi.yaml | 2 +- templates/cluster-template.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/base/cluster-with-kcp.yaml b/templates/base/cluster-with-kcp.yaml index 7854cb05cb..052cf488fb 100644 --- a/templates/base/cluster-with-kcp.yaml +++ b/templates/base/cluster-with-kcp.yaml @@ -81,7 +81,7 @@ spec: spec: containers: - name: kube-vip - image: ghcr.io/kube-vip/kube-vip:v0.6.2 + image: ghcr.io/kube-vip/kube-vip:v0.6.3 imagePullPolicy: IfNotPresent args: - manager diff --git a/templates/cluster-template-ccm.yaml b/templates/cluster-template-ccm.yaml index 59ef13fb8e..b3d4e26bd5 100644 --- a/templates/cluster-template-ccm.yaml +++ b/templates/cluster-template-ccm.yaml @@ -411,7 +411,7 @@ spec: spec: containers: - name: kube-vip - image: ghcr.io/kube-vip/kube-vip:v0.6.2 + image: ghcr.io/kube-vip/kube-vip:v0.6.3 imagePullPolicy: IfNotPresent args: - manager diff --git a/templates/cluster-template-csi.yaml b/templates/cluster-template-csi.yaml index 624db6c29d..3cd034a9c0 100644 --- a/templates/cluster-template-csi.yaml +++ b/templates/cluster-template-csi.yaml @@ -1493,7 +1493,7 @@ spec: spec: containers: - name: kube-vip - image: ghcr.io/kube-vip/kube-vip:v0.6.2 + image: ghcr.io/kube-vip/kube-vip:v0.6.3 imagePullPolicy: IfNotPresent args: - manager diff --git a/templates/cluster-template.yaml b/templates/cluster-template.yaml index 0bf37365ac..c4815008b6 100644 --- a/templates/cluster-template.yaml +++ b/templates/cluster-template.yaml @@ -160,7 +160,7 @@ spec: spec: containers: - name: kube-vip - image: ghcr.io/kube-vip/kube-vip:v0.6.2 + image: ghcr.io/kube-vip/kube-vip:v0.6.3 imagePullPolicy: IfNotPresent args: - manager