From 0b67739a0d0cfbd014555d161196edad1b9bb40c Mon Sep 17 00:00:00 2001 From: Mohammad Amin Mokhtari <41728922+aminmokhtari94@users.noreply.github.com> Date: Wed, 7 Aug 2024 12:15:49 +0330 Subject: [PATCH] Update README.md --- charts/psmdb-db/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/psmdb-db/README.md b/charts/psmdb-db/README.md index 952e529a..16388a66 100644 --- a/charts/psmdb-db/README.md +++ b/charts/psmdb-db/README.md @@ -49,7 +49,7 @@ The chart can be customized using the following configurable parameters: | `finalizers:delete-psmdb-pvc` | Set this if you want to delete database persistent volumes on cluster deletion | `[]` | | `finalizers:delete-psmdb-pods-in-order` | Set this if you want to delete PSMDB pods in order (primary last) | `[]` | | `image.repository` | PSMDB Container image repository | `percona/percona-server-mongodb` | -| `image.tag` | PSMDB Container image tag | `6.0.9-7` | +| `image.tag` | PSMDB Container image tag | `7.0.8-5` | | `imagePullPolicy` | The policy used to update images | `Always` | | `imagePullSecrets` | PSMDB Container pull secret | `[]` | | `initImage.repository` | Repository for custom init image | `""` |