From 844f26b5959e3332242dc68e3306f00dd0ce7dfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Charri=C3=A8re?= Date: Thu, 12 Sep 2024 10:59:39 +0200 Subject: [PATCH] Remove Cilium deprecated values. (#826) * remove cilium deprecated values Signed-off-by: Matias Charriere * update changelog Signed-off-by: Matias Charriere --------- Signed-off-by: Matias Charriere --- CHANGELOG.md | 4 ++++ .../templates/_cilium_helmrelease_config.yaml | 20 ------------------- 2 files changed, 4 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc9601a0..4327943f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Update cluster chart to v1.3.0. - Set provider specific configuration for cilium CNI ENI values. +### Removed + +- Remove Cilium app deprecated values. + ## [2.1.0] - 2024-08-29 ### Changed diff --git a/helm/cluster-aws/templates/_cilium_helmrelease_config.yaml b/helm/cluster-aws/templates/_cilium_helmrelease_config.yaml index 1b49f007..4d87a274 100644 --- a/helm/cluster-aws/templates/_cilium_helmrelease_config.yaml +++ b/helm/cluster-aws/templates/_cilium_helmrelease_config.yaml @@ -48,24 +48,4 @@ hubble: - key: "node.cluster.x-k8s.io/uninitialized" operator: "Exists" effect: "NoSchedule" -defaultPolicies: - enabled: false - remove: true - - tolerations: - - effect: NoSchedule - operator: Exists - - effect: NoExecute - operator: Exists - - key: CriticalAddonsOnly - operator: Exists -extraPolicies: - remove: true - - allowEgressToCoreDNS: - enabled: false - allowEgressToProxy: - enabled: false - httpProxy: {{ $.Values.global.connectivity.proxy.httpProxy | quote }} - httpsProxy: {{ $.Values.global.connectivity.proxy.httpsProxy | quote }} {{- end }}