diff --git a/charts/library/common/Chart.yaml b/charts/library/common/Chart.yaml index 1a56c4c58df..b98ba7b0f1b 100644 --- a/charts/library/common/Chart.yaml +++ b/charts/library/common/Chart.yaml @@ -15,4 +15,4 @@ maintainers: name: common sources: null type: library -version: 8.13.1 +version: 8.13.2 diff --git a/charts/library/common/templates/lib/chart/_values.tpl b/charts/library/common/templates/lib/chart/_values.tpl index e82136a597a..087ec7a6883 100644 --- a/charts/library/common/templates/lib/chart/_values.tpl +++ b/charts/library/common/templates/lib/chart/_values.tpl @@ -134,6 +134,7 @@ {{- if .Values.securityContext.privileged }} {{- else if .Values.deviceList }} {{- $_ := set .Values.securityContext "privileged" true -}} + {{- $_ := set .Values.securityContext "allowPrivilegeEscalation" true -}} {{- end }} @@ -150,7 +151,7 @@ {{/* Append requered groups to supplementalGroups when deviceList is used */}} {{- if .Values.deviceList}} - {{- $devGroups = list 5 20 24 }} + {{- $devGroups = list 5 10 20 24 }} {{- end }} {{/* Append requered groups to supplementalGroups when scaleGPU is used */}}