From 3384f7338ef54ee791212684d8a3b6fb42d6d424 Mon Sep 17 00:00:00 2001 From: Simon Beck Date: Mon, 9 Dec 2024 14:18:41 +0100 Subject: [PATCH] Bump K8up version Signed-off-by: Simon Beck --- charts/k8up/README.md | 2 +- charts/k8up/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/k8up/README.md b/charts/k8up/README.md index a28f03358..23aaa7625 100644 --- a/charts/k8up/README.md +++ b/charts/k8up/README.md @@ -48,7 +48,7 @@ Document your changes in values.yaml and let `make docs:helm` generate this sect | image.pullPolicy | string | `"IfNotPresent"` | Operator image pull policy | | image.registry | string | `"ghcr.io"` | Operator image registry | | image.repository | string | `"k8up-io/k8up"` | Operator image repository | -| image.tag | string | `"v2.11.0"` | Operator image tag (version) | +| image.tag | string | `"v2.11.2"` | Operator image tag (version) | | imagePullSecrets | list | `[]` | | | k8up.backupImage.repository | string | `""` | The backup runner image repository. Defaults to `{image.registry}/{image.repository}`. Specify an image repository including registry, e.g. `example.com/repo/image` | | k8up.backupImage.tag | string | `""` | The backup runner image tag Defaults to `{image.tag}` | diff --git a/charts/k8up/values.yaml b/charts/k8up/values.yaml index 663df3db5..3c25002a5 100644 --- a/charts/k8up/values.yaml +++ b/charts/k8up/values.yaml @@ -10,7 +10,7 @@ image: # -- Operator image repository repository: k8up-io/k8up # -- Operator image tag (version) - tag: v2.11.0 + tag: v2.11.2 imagePullSecrets: [] serviceAccount: