From c5c917c86c8c2018ea42734f1ae31fd94afc3114 Mon Sep 17 00:00:00 2001 From: Simon Beck Date: Tue, 19 Mar 2024 09:16:22 +0100 Subject: [PATCH] Bump chart version Signed-off-by: Simon Beck --- charts/k8up/README.md | 2 +- charts/k8up/values.yaml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/charts/k8up/README.md b/charts/k8up/README.md index bee22353e..12d537ffd 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.7.2"` | Operator image tag (version) | +| image.tag | string | `"v2.8.0"` | 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 3b167de0f..6897c4e03 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.7.2 + tag: v2.8.0 imagePullSecrets: [] serviceAccount: @@ -142,4 +142,3 @@ cleanup: repository: bitnami/kubectl # -- Cleanup-job image tag (version) tag: latest -