From 7b18cced0a2fc517b4e2bd254f798af594451674 Mon Sep 17 00:00:00 2001 From: Christophe Jauffret Date: Mon, 28 Aug 2023 12:15:39 +0200 Subject: [PATCH] update kube-vip to v0.6.2 (#306) --- 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 b64e77d050..7854cb05cb 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.0 + image: ghcr.io/kube-vip/kube-vip:v0.6.2 imagePullPolicy: IfNotPresent args: - manager diff --git a/templates/cluster-template-ccm.yaml b/templates/cluster-template-ccm.yaml index ca9564feb0..59ef13fb8e 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.0 + image: ghcr.io/kube-vip/kube-vip:v0.6.2 imagePullPolicy: IfNotPresent args: - manager diff --git a/templates/cluster-template-csi.yaml b/templates/cluster-template-csi.yaml index e5786eb850..624db6c29d 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.0 + image: ghcr.io/kube-vip/kube-vip:v0.6.2 imagePullPolicy: IfNotPresent args: - manager diff --git a/templates/cluster-template.yaml b/templates/cluster-template.yaml index e56f09f9f3..0bf37365ac 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.0 + image: ghcr.io/kube-vip/kube-vip:v0.6.2 imagePullPolicy: IfNotPresent args: - manager