From 665169a617e889df869ba1fa3a5d126d7ead3595 Mon Sep 17 00:00:00 2001 From: Christian Huth Date: Tue, 20 Feb 2024 12:29:37 +0100 Subject: [PATCH] Update README.md --- charts/popeye/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/popeye/README.md b/charts/popeye/README.md index d8552354..7389daeb 100644 --- a/charts/popeye/README.md +++ b/charts/popeye/README.md @@ -64,7 +64,7 @@ The command removes all the Kubernetes components associated with the chart and | fullnameOverride | string | `""` | String to fully override `"popeye.fullname"` | | image.pullPolicy | string | `"Always"` | image pull policy | | image.repository | string | `"derailed/popeye"` | image repository | -| image.tag | string | `"v0.20.0"` | Overrides the image tag | +| image.tag | string | `"v0.20.2"` | Overrides the image tag | | imagePullSecrets | list | `[]` | If defined, uses a Secret to pull an image from a private Docker registry or repository. | | nameOverride | string | `""` | Provide a name in place of `popeye` | | nodeSelector | object | `{}` | Node labels for pod assignment |