From 15f78ac892aa3263bbc7d0aa6ae775eed1d32325 Mon Sep 17 00:00:00 2001 From: Simon Beck Date: Tue, 30 Apr 2024 15:10:27 +0200 Subject: [PATCH] Bump versions in the chart Signed-off-by: Simon Beck --- 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 5ba505310..a1e65bb58 100644 --- a/charts/k8up/Chart.yaml +++ b/charts/k8up/Chart.yaml @@ -6,7 +6,7 @@ keywords: - backup - operator - restic -version: 4.5.1 +version: 4.6.0 sources: - https://github.com/k8up-io/k8up maintainers: diff --git a/charts/k8up/README.md b/charts/k8up/README.md index dfabe1713..5a3706e3d 100644 --- a/charts/k8up/README.md +++ b/charts/k8up/README.md @@ -1,6 +1,6 @@ # k8up -![Version: 4.5.1](https://img.shields.io/badge/Version-4.5.1-informational?style=flat-square) +![Version: 4.6.0](https://img.shields.io/badge/Version-4.6.0-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.5.1/k8up-crd.yaml +kubectl apply -f https://github.com/k8up-io/k8up/releases/download/k8up-4.6.0/k8up-crd.yaml ```