From fbac16e42289db6e281fdc813e005377d699e941 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 06:41:49 +0100 Subject: [PATCH] chore(deps): update gsoci.azurecr.io/giantswarm/kube-vip docker tag to v0.8.3 (#286) * chore(deps): update gsoci.azurecr.io/giantswarm/kube-vip docker tag to v0.8.3 * changelog --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Xavier --- CHANGELOG.md | 4 ++++ .../cluster-vsphere/templates/kubevip-staticpod-template.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02b2210c..08cd3b7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- Update `kube-vip` static pod to v0.8.3. + ## [0.64.0] - 2024-09-24 ### Changed diff --git a/helm/cluster-vsphere/templates/kubevip-staticpod-template.yaml b/helm/cluster-vsphere/templates/kubevip-staticpod-template.yaml index 54ac0358..af4bbc51 100644 --- a/helm/cluster-vsphere/templates/kubevip-staticpod-template.yaml +++ b/helm/cluster-vsphere/templates/kubevip-staticpod-template.yaml @@ -36,7 +36,7 @@ stringData: value: "10" - name: vip_retryperiod value: "2" - image: gsoci.azurecr.io/giantswarm/kube-vip:v0.8.2 + image: gsoci.azurecr.io/giantswarm/kube-vip:v0.8.3 imagePullPolicy: IfNotPresent name: kube-vip resources: {}