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