From f0f40bbbb85b74ab522dd2e383569f1e0591ec3f Mon Sep 17 00:00:00 2001 From: Manuel Hutter Date: Wed, 31 Jul 2024 13:36:31 +0200 Subject: [PATCH] fix(chart:k8up): Rename & implement grafanaDashboard.enabled Previously, the value was never checked and the ConfigMap was always created. Also rename the parameter to be in line with the other metrics values. Signed-off-by: Manuel Hutter --- charts/k8up/Chart.yaml | 2 +- charts/k8up/README.md | 6 +++--- charts/k8up/templates/grafana-dashboard.yaml | 2 ++ charts/k8up/values.yaml | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/charts/k8up/Chart.yaml b/charts/k8up/Chart.yaml index abbd68303..e3477eff1 100644 --- a/charts/k8up/Chart.yaml +++ b/charts/k8up/Chart.yaml @@ -6,7 +6,7 @@ keywords: - backup - operator - restic -version: 4.8.0 +version: 4.8.1 sources: - https://github.com/k8up-io/k8up maintainers: diff --git a/charts/k8up/README.md b/charts/k8up/README.md index c5db56efa..a28f03358 100644 --- a/charts/k8up/README.md +++ b/charts/k8up/README.md @@ -1,6 +1,6 @@ # k8up -![Version: 4.8.0](https://img.shields.io/badge/Version-4.8.0-informational?style=flat-square) +![Version: 4.8.1](https://img.shields.io/badge/Version-4.8.1-informational?style=flat-square) Kubernetes and OpenShift Backup Operator based on restic @@ -13,7 +13,7 @@ helm repo add k8up-io https://k8up-io.github.io/k8up helm install k8up k8up-io/k8up ``` ```bash -kubectl apply -f https://github.com/k8up-io/k8up/releases/download/k8up-4.8.0/k8up-crd.yaml --server-side +kubectl apply -f https://github.com/k8up-io/k8up/releases/download/k8up-4.8.1/k8up-crd.yaml --server-side ```