From a03420f7657c31a88f6e57081c5cfd9a3dd1658a Mon Sep 17 00:00:00 2001 From: Andrew Lavery Date: Tue, 12 Mar 2024 11:19:31 -0400 Subject: [PATCH] Update README.md to use correct default version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4d6efb..196fdd2 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ their default values. |:----------------------------|:-------------------------------------------------------------------------------------------|:----------------| | `image.pullPolicy` | Container pull policy | `IfNotPresent` | | `image.repository` | Container image to use | `registry` | -| `image.tag` | Container image tag to deploy | `2.7.1` | +| `image.tag` | Container image tag to deploy | `2.8.1` | | `imagePullSecrets` | Specify image pull secrets | `nil` (does not add image pull secrets to deployed pods) | | `persistence.accessMode` | Access mode to use for PVC | `ReadWriteOnce` | | `persistence.enabled` | Whether to use a PVC for the Docker storage | `false` |