diff --git a/charts/agent/Chart.yaml b/charts/agent/Chart.yaml index fed64de50..3f03280ab 100644 --- a/charts/agent/Chart.yaml +++ b/charts/agent/Chart.yaml @@ -30,4 +30,4 @@ sources: - https://app.sysdigcloud.com/#/settings/user - https://github.com/draios/sysdig type: application -version: 1.29.0 +version: 1.29.1 diff --git a/charts/agent/templates/securitycontextconstraint.yaml b/charts/agent/templates/securitycontextconstraint.yaml index a80cb80fa..252a2bce3 100644 --- a/charts/agent/templates/securitycontextconstraint.yaml +++ b/charts/agent/templates/securitycontextconstraint.yaml @@ -44,9 +44,9 @@ supplementalGroups: users: - system:serviceaccount:{{ include "agent.namespace" . }}:{{ template "agent.serviceAccountName" .}} volumes: -- hostPath -- emptyDir -- secret - configMap - downwardAPI +- emptyDir +- hostPath +- secret {{- end }}