File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
charts/whatsapp-proxy-chart Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ type: application
1717# This is the chart version. This version number should be incremented each time you make changes
1818# to the chart and its templates, including the app version.
1919# Versions are expected to follow Semantic Versioning (https://semver.org/)
20- version : 1.0.2
20+ version : 1.0.3
2121
2222# This is the version number of the application being deployed. This version number should be
2323# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -32,8 +32,12 @@ serviceAccount:
3232
3333podAnnotations : {}
3434
35- podSecurityContext : {}
35+ podSecurityContext :
3636 # fsGroup: 2000
37+ sysctls :
38+ - name : net.ipv4.ip_unprivileged_port_start
39+ value : " 0"
40+
3741
3842securityContext : {}
3943 # capabilities:
You can’t perform that action at this time.
0 commit comments