From 29cb4683e05abe50b800d0809609cc717390697e Mon Sep 17 00:00:00 2001 From: Zoltan Szepesi <2dcube01@gmail.com> Date: Mon, 4 Nov 2024 05:19:06 +0100 Subject: [PATCH] Fixes for deployment as current matverseny-frontend can't run inside drop all capabilities --- charts/matverseny-frontend/Chart.yaml | 2 +- charts/matverseny-frontend/values.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/matverseny-frontend/Chart.yaml b/charts/matverseny-frontend/Chart.yaml index dde8ae5..f5db322 100644 --- a/charts/matverseny-frontend/Chart.yaml +++ b/charts/matverseny-frontend/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.1.6 +version: 0.1.7 # 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/matverseny-frontend/values.yaml b/charts/matverseny-frontend/values.yaml index 061ecf4..f17d8d7 100644 --- a/charts/matverseny-frontend/values.yaml +++ b/charts/matverseny-frontend/values.yaml @@ -41,11 +41,11 @@ podLabels: {} podSecurityContext: fsGroup: 2000 +# TODO: change this when https://github.com/Verseghy/matverseny-frontend/issues/15 is resolved securityContext: - capabilities: - drop: - - ALL - # TODO: change this when https://github.com/Verseghy/matverseny-frontend/issues/15 is resolved + # capabilities: + # drop: + # - ALL readOnlyRootFilesystem: false # true runAsNonRoot: false # true # runAsUser: 1000