From c702b8269fcdba7da20f58c6e573f55e73bf9e01 Mon Sep 17 00:00:00 2001 From: ccremer Date: Wed, 11 Jan 2023 09:10:35 +0100 Subject: [PATCH] Chart: Remove K8upJobStuck alert With the removal of the observer, this should not be necessary anymore. Signed-off-by: ccremer --- charts/k8up/Chart.yaml | 2 +- charts/k8up/README.md | 4 ++-- charts/k8up/templates/prometheus/prometheusrule.yaml | 8 -------- config/samples/prometheus/rules.yaml | 7 ------- 4 files changed, 3 insertions(+), 18 deletions(-) diff --git a/charts/k8up/Chart.yaml b/charts/k8up/Chart.yaml index f2244d3b1..56c8806f9 100644 --- a/charts/k8up/Chart.yaml +++ b/charts/k8up/Chart.yaml @@ -6,7 +6,7 @@ keywords: - backup - operator - restic -version: 4.0.1 +version: 4.0.2 sources: - https://github.com/k8up-io/k8up maintainers: diff --git a/charts/k8up/README.md b/charts/k8up/README.md index 81bb9dac6..028f6d536 100644 --- a/charts/k8up/README.md +++ b/charts/k8up/README.md @@ -1,6 +1,6 @@ # k8up -![Version: 4.0.1](https://img.shields.io/badge/Version-4.0.1-informational?style=flat-square) +![Version: 4.0.2](https://img.shields.io/badge/Version-4.0.2-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.0.1/k8up-crd.yaml +kubectl apply -f https://github.com/k8up-io/k8up/releases/download/k8up-4.0.2/k8up-crd.yaml ```