diff --git a/charts/wazuh/Chart.yaml b/charts/wazuh/Chart.yaml index fb4db65..1f6ffd4 100644 --- a/charts/wazuh/Chart.yaml +++ b/charts/wazuh/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.2.11 +version: 0.2.12 # 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/wazuh/values-efs.yaml b/charts/wazuh/values-efs.yaml index 1fea0f8..7894a71 100644 --- a/charts/wazuh/values-efs.yaml +++ b/charts/wazuh/values-efs.yaml @@ -2,9 +2,9 @@ storageClass: provisioner: efs.csi.aws.com parameters: basePath: /wazuh-data - directoryPerms: '755' + directoryPerms: '775' fileSystemId: '' - uid: '1000' - gid: '1000' +# uid: '1000' +# gid: '1000' provisioningMode: efs-ap reclaimPolicy: Retain \ No newline at end of file