diff --git a/charts/generic-device-plugin/Chart.yaml b/charts/generic-device-plugin/Chart.yaml index 01140df..78fab7b 100644 --- a/charts/generic-device-plugin/Chart.yaml +++ b/charts/generic-device-plugin/Chart.yaml @@ -1,3 +1,3 @@ apiVersion: v2 name: generic-device-plugin -version: 1.0.0 +version: 1.0.1 diff --git a/charts/generic-device-plugin/values.yaml b/charts/generic-device-plugin/values.yaml index a7fb4aa..c66236e 100644 --- a/charts/generic-device-plugin/values.yaml +++ b/charts/generic-device-plugin/values.yaml @@ -16,11 +16,15 @@ podSecurityContext: runAsNonRoot: true securityContext: + privileged: false + allowPrivilegeEscalation: false capabilities: drop: [ "ALL" ] - allowPrivilegeEscalation: false readOnlyRootFilesystem: true - privileged: false + seccompProfile: + type: "RuntimeDefault" + seLinuxOptions: + type: "container_device_plugin_t" image: registry: docker.io