diff --git a/stable/openldap/Chart.yaml b/stable/openldap/Chart.yaml index 04340a4547..dfec3ce3f2 100644 --- a/stable/openldap/Chart.yaml +++ b/stable/openldap/Chart.yaml @@ -1,6 +1,6 @@ name: openldap home: https://www.openldap.org -version: 0.2.1 +version: 0.2.2 appVersion: 2.4.44 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 a9c3ad9e4b..e84618afa9 100644 --- a/stable/openldap/README.md +++ b/stable/openldap/README.md @@ -80,7 +80,7 @@ $ kubectl delete pvc -l release=${RELEASE-NAME} ## Testing -Helm tests are included and they confirm the first three cluster members have quorum. +Helm tests are included and they confirm connection to slapd. ```bash helm install . --set test.enabled=true