From 02f5e86f365a47ace2528324b80665b501631010 Mon Sep 17 00:00:00 2001 From: Kai Ramuenke Date: Fri, 21 Jun 2024 17:04:05 +1000 Subject: [PATCH] fix: set allowPrivilegeEscalation to false (#39) --- charts/codezero/Chart.yaml | 2 +- charts/codezero/values.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/codezero/Chart.yaml b/charts/codezero/Chart.yaml index d369726..fc2c9ae 100644 --- a/charts/codezero/Chart.yaml +++ b/charts/codezero/Chart.yaml @@ -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.5.0 +version: 0.5.1 # 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 diff --git a/charts/codezero/values.yaml b/charts/codezero/values.yaml index 53aeb74..c08c489 100644 --- a/charts/codezero/values.yaml +++ b/charts/codezero/values.yaml @@ -36,7 +36,7 @@ system: runAsNonRoot: true runAsUser: 1000 runAsGroup: 1000 - allowPrivilegeEscalation: true + allowPrivilegeEscalation: false capabilities: drop: - ALL @@ -69,7 +69,7 @@ orchestrator: runAsNonRoot: true runAsUser: 1000 runAsGroup: 1000 - allowPrivilegeEscalation: true + allowPrivilegeEscalation: false capabilities: drop: - ALL @@ -103,7 +103,7 @@ lb: runAsNonRoot: true runAsUser: 1000 runAsGroup: 1000 - allowPrivilegeEscalation: true + allowPrivilegeEscalation: false capabilities: drop: - ALL