diff --git a/ceph-client/Chart.yaml b/ceph-client/Chart.yaml
index b79e7e1092..f7686f2420 100644
--- a/ceph-client/Chart.yaml
+++ b/ceph-client/Chart.yaml
@@ -15,6 +15,6 @@ apiVersion: v1
 appVersion: v1.0.0
 description: OpenStack-Helm Ceph Client
 name: ceph-client
-version: 0.1.31
+version: 0.1.32
 home: https://github.com/ceph/ceph-client
 ...
diff --git a/ceph-client/templates/bin/_helm-tests.sh.tpl b/ceph-client/templates/bin/_helm-tests.sh.tpl
index 136d7190bc..fa40068d27 100755
--- a/ceph-client/templates/bin/_helm-tests.sh.tpl
+++ b/ceph-client/templates/bin/_helm-tests.sh.tpl
@@ -117,8 +117,8 @@ function mgr_validation() {
     then
       echo "Cluster has 1 Active MGR, $mgr_stdby_count Standbys MGR"
     else
-      echo "Cluster Standbys MGR: Expected count= $expected_standbys Available=$mgr_stdby_count"
-      retcode=1
+      echo "Warning. Cluster Standbys MGR: Expected count= $expected_standbys Available=$mgr_stdby_count"
+      echo "If this is not expected behavior, please investigate and take some additional actions."
     fi
 
   else
diff --git a/releasenotes/notes/ceph-client.yaml b/releasenotes/notes/ceph-client.yaml
index 7936f3c4a7..5f9f6f0a66 100644
--- a/releasenotes/notes/ceph-client.yaml
+++ b/releasenotes/notes/ceph-client.yaml
@@ -32,4 +32,5 @@ ceph-client:
   - 0.1.29 Consolidate mon_host discovery
   - 0.1.30 Move ceph-mgr deployment to the ceph-mon chart
   - 0.1.31 Consolidate mon_endpoints discovery
+  - 0.1.32 Simplify test rules for ceph-mgr deployment
 ...