Skip to content

Commit

Permalink
fix(netboot.xyz): Add SYS_CHROOT capability
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenMcElligott committed Nov 21, 2023
1 parent b5af050 commit fac5cca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/incubator/netbootxyz/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/netbootxyz
- https://github.com/netbootxyz/netboot.xyz
type: application
version: 0.0.10
version: 0.1.0
annotations:
truecharts.org/category: networking
truecharts.org/SCALE-support: "true"
Expand Down
3 changes: 3 additions & 0 deletions charts/incubator/netbootxyz/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ securityContext:
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
capabilities:
add:
- SYS_CHROOT

workload:
main:
Expand Down

0 comments on commit fac5cca

Please sign in to comment.