diff --git a/deployment/helm_chart/opik/Chart.lock b/deployment/helm_chart/opik/Chart.lock index de7bfb9b32..df098d93e7 100644 --- a/deployment/helm_chart/opik/Chart.lock +++ b/deployment/helm_chart/opik/Chart.lock @@ -15,4 +15,4 @@ dependencies: repository: oci://registry-1.docker.io/bitnamicharts version: 2.29.0 digest: sha256:0f823c2e6559110ba3b340131758755ddd0f8f50322365f955a84e5edf8f7e1c -generated: "2025-01-16T21:46:20.505686+02:00" +generated: "2025-01-21T13:33:37.106551+02:00" diff --git a/deployment/helm_chart/opik/values.yaml b/deployment/helm_chart/opik/values.yaml index 77388b85fa..85d3c06c6f 100644 --- a/deployment/helm_chart/opik/values.yaml +++ b/deployment/helm_chart/opik/values.yaml @@ -100,18 +100,18 @@ component: PYTHON_CODE_EXECUTOR_IMAGE_TAG: "latest" securityContext: - privileged: true + privileged: false networkPolicy: enabled: true engineEgress: ipBlock: 0.0.0.0/0 except: - - 10.4.0.0/18 - - 10.4.64.0/18 - - 10.4.128.0/18 - - 10.100.0.0/16 - - 10.126.0.0/15 - - 10.10.0.0/16 + - 10.0.0.0/8 + - 100.64.0.0/10 + - 172.16.0.0/12 + - 192.0.0.0/24 + - 198.18.0.0/15 + - 192.168.0.0/16 service: type: ClusterIP