From 0fc17536ad1b2944a82a746dc474e51c60c426a8 Mon Sep 17 00:00:00 2001 From: "David J. M. Karlsen" Date: Fri, 10 Aug 2018 15:34:43 +0200 Subject: [PATCH] fixes #7053 (#7054) --- stable/openldap/Chart.yaml | 2 +- stable/openldap/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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