From af39c604911d875c519ddf7bcf87163694524a1e Mon Sep 17 00:00:00 2001 From: Nicolas Bigler Date: Fri, 13 Dec 2024 16:25:13 +0100 Subject: [PATCH] Bump k8up version Signed-off-by: Nicolas Bigler --- charts/k8up/Chart.yaml | 2 +- charts/k8up/README.md | 6 +++--- charts/k8up/values.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/k8up/Chart.yaml b/charts/k8up/Chart.yaml index 9655fd78f..7432f623a 100644 --- a/charts/k8up/Chart.yaml +++ b/charts/k8up/Chart.yaml @@ -6,7 +6,7 @@ keywords: - backup - operator - restic -version: 4.8.2 +version: 4.8.3 sources: - https://github.com/k8up-io/k8up maintainers: diff --git a/charts/k8up/README.md b/charts/k8up/README.md index 732a11e82..6dddaf67b 100644 --- a/charts/k8up/README.md +++ b/charts/k8up/README.md @@ -1,6 +1,6 @@ # k8up -![Version: 4.8.2](https://img.shields.io/badge/Version-4.8.2-informational?style=flat-square) +![Version: 4.8.3](https://img.shields.io/badge/Version-4.8.3-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.2/k8up-crd.yaml --server-side +kubectl apply -f https://github.com/k8up-io/k8up/releases/download/k8up-4.8.3/k8up-crd.yaml --server-side ```