From 4bd8f0d0d6ef8e4f351bafaa61efaaaea52a0966 Mon Sep 17 00:00:00 2001 From: Ihsen Date: Tue, 10 Jan 2023 20:09:06 +0100 Subject: [PATCH] fix: enable volume permissions --- charts/hubone/Chart.yaml | 2 +- charts/hubone/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/hubone/Chart.yaml b/charts/hubone/Chart.yaml index 0d8f899..76e741e 100644 --- a/charts/hubone/Chart.yaml +++ b/charts/hubone/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: 4.0.0 +version: 4.0.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/hubone/values.yaml b/charts/hubone/values.yaml index e0cb810..7416e62 100644 --- a/charts/hubone/values.yaml +++ b/charts/hubone/values.yaml @@ -67,6 +67,6 @@ postgresql: runAsUser: "auto" volumePermissions: - enabled: false + enabled: true securityContext: runAsUser: "auto" \ No newline at end of file