diff --git a/stable/openldap/Chart.yaml b/stable/openldap/Chart.yaml index 37bc88b9c22e..1662d3309a9e 100644 --- a/stable/openldap/Chart.yaml +++ b/stable/openldap/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: openldap home: https://www.openldap.org -version: 1.2.0 +version: 1.2.1 appVersion: 2.4.47 description: Community developed LDAP software icon: http://www.openldap.org/images/headers/LDAPworm.gif diff --git a/stable/openldap/README.md b/stable/openldap/README.md index a8955e85ed9d..77cab81a3e9f 100644 --- a/stable/openldap/README.md +++ b/stable/openldap/README.md @@ -53,8 +53,9 @@ The following table lists the configurable parameters of the openldap chart and | `persistence.storageClass` | Storage class for PersistentVolumes. | `` | | `persistence.accessMode` | Access mode for PersistentVolumes | `ReadWriteOnce` | | `persistence.size` | PersistentVolumeClaim storage size | `8Gi` | +| `persistence.existingClaim` | An Existing PVC name for openLDAPA volume | None | | `resources` | Container resource requests and limits in yaml | `{}` | -| `initResources` | initContainer resource requests and limits in yaml | `{}` | +| `initResources` | initContainer resource requests and limits in yaml | `{}` | | `test.enabled` | Conditionally provision test resources | `false` | | `test.image.repository` | Test container image requires bats framework | `dduportal/bats` | | `test.image.tag` | Test container tag | `0.4.0` | diff --git a/stable/openldap/values.yaml b/stable/openldap/values.yaml index 247ed21c1ff5..c760629fec66 100644 --- a/stable/openldap/values.yaml +++ b/stable/openldap/values.yaml @@ -85,6 +85,7 @@ persistence: # storageClass: "-" accessMode: ReadWriteOnce size: 8Gi + # existingClaim: "" resources: {} # requests: