diff --git a/charts/stable/openldap/Chart.yaml b/charts/stable/openldap/Chart.yaml index ee30eaec03e..934809b24ad 100644 --- a/charts/stable/openldap/Chart.yaml +++ b/charts/stable/openldap/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://github.com/jp-gouin/helm-openldap - https://github.com/osixia/docker-openldap type: application -version: 5.0.5 +version: 5.0.6 annotations: truecharts.org/catagories: | - cloud diff --git a/charts/stable/openldap/questions.yaml b/charts/stable/openldap/questions.yaml index 26233ff5cef..f516aff2081 100644 --- a/charts/stable/openldap/questions.yaml +++ b/charts/stable/openldap/questions.yaml @@ -394,7 +394,7 @@ questions: description: "Path inside the container the storage is mounted" schema: type: string - default: "/var/lib/ldap" + default: "/var/lib/ldap/" editable: false valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - variable: slapd @@ -438,7 +438,7 @@ questions: description: "Path inside the container the storage is mounted" schema: type: string - default: "/etc/ldap/slapd.d" + default: "/etc/ldap/slapd.d/" editable: false valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' diff --git a/charts/stable/openldap/values.yaml b/charts/stable/openldap/values.yaml index ed29f4de436..02b9978be98 100644 --- a/charts/stable/openldap/values.yaml +++ b/charts/stable/openldap/values.yaml @@ -93,7 +93,7 @@ envFrom: volumeClaimTemplates: data: enabled: true - mountPath: "/var/lib/ldap" + mountPath: "/var/lib/ldap/" slapd: enabled: true - mountPath: "/etc/ldap/slapd.d" + mountPath: "/etc/ldap/slapd.d/"