diff --git a/CHANGELOG.md b/CHANGELOG.md index 02b2210..08cd3b7 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 54ac035..af4bbc5 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: {}