Skip to content

Commit

Permalink
Set cilium kubeProxyReplacement to 'true' (#259)
Browse files Browse the repository at this point in the history
* Set cilium kubeProxyReplacement to 'true'

Upstream marked 'strict' as deprecated in 1.15 and will remove it completely in 1.16.

See also cilium/cilium#32711

Signed-off-by: Matias Charriere <[email protected]>

* Update helm/cluster-vsphere/templates/helmreleases/cilium-helmrelease.yaml

---------

Signed-off-by: Matias Charriere <[email protected]>
  • Loading branch information
mcharriere authored Aug 5, 2024
1 parent f2246ec commit 58be376
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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

- Set `kubeProxyReplacement` to `'true'` instead of deprecated value `strict` in cilium values.

## [0.58.3] - 2024-08-04

### Changed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
mode: kubernetes
k8sServiceHost: api.{{ include "resource.default.name" $ }}.{{ .Values.global.connectivity.baseDomain }}
k8sServicePort: "6443"
kubeProxyReplacement: strict
kubeProxyReplacement: 'true'
global:
podSecurityStandards:
enforced: {{ .Values.global.podSecurityStandards.enforced }}
Expand Down

0 comments on commit 58be376

Please sign in to comment.