Skip to content

Commit

Permalink
kube-vip: drop unneeded capabilities
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Taylor <[email protected]>
  • Loading branch information
rptaylor committed Jan 6, 2025
1 parent 094e0d1 commit e90a3ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/kube-vip/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.6.4
version: 0.6.5

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 2 additions & 0 deletions charts/kube-vip/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ securityContext:
add:
- NET_ADMIN
- NET_RAW
drop:
- ALL

resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
Expand Down

0 comments on commit e90a3ca

Please sign in to comment.