Skip to content

Commit

Permalink
Merge pull request #58 from rptaylor/drop-capabilities
Browse files Browse the repository at this point in the history
Drop capabilities
  • Loading branch information
thebsdbox authored Jan 15, 2025
2 parents dba1ee2 + 97d9ab2 commit 5a58b7d
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 @@ -77,6 +77,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 5a58b7d

Please sign in to comment.