Skip to content

Commit

Permalink
update values and chart.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
liyaka committed Jan 21, 2025
1 parent c9669f4 commit cf985d5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion deployment/helm_chart/opik/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
14 changes: 7 additions & 7 deletions deployment/helm_chart/opik/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cf985d5

Please # to comment.