Skip to content

Commit

Permalink
remove kube-vip values (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
vxav authored May 30, 2024
1 parent a9a39a1 commit a91abb0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Remove kube-vip values to rely on the defaults of `cloud-provider-vsphere-app`.

## [0.52.0] - 2024-05-23

### Changed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,3 @@ spec:
enforced: {{ .Values.global.podSecurityStandards.enforced }}
kube-vip-cloud-provider:
cidrGlobal: '{{ join "," .Values.global.connectivity.network.loadBalancers.cidrBlocks }}'
image:
repository: docker.io/giantswarm/kube-vip-cloud-provider
tag: v0.0.4
kube-vip:
env:
vip_interface: "ens192"
image:
repository: docker.io/giantswarm/kube-vip
tag: v0.6.3

0 comments on commit a91abb0

Please sign in to comment.