From f3d07f963140d6a870e7b4a174e3fa158042da40 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 30 Mar 2022 14:03:02 +0200 Subject: [PATCH] Update K8up to v2.1.2 Signed-off-by: Chris --- README.md | 2 +- appuio/k8up/Chart.yaml | 4 ++-- appuio/k8up/README.md | 8 ++++---- appuio/k8up/rbac-kustomize/kustomization.yaml | 2 +- appuio/k8up/values.yaml | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 25028b4c..b5c9d75b 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ helm repo add appuio https://charts.appuio.ch | [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/exoip-1.0.4/total)](https://github.com/appuio/charts/releases/tag/exoip-1.0.4) | [exoip](appuio/exoip/README.md) | | [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/generic-0.1.2/total)](https://github.com/appuio/charts/releases/tag/generic-0.1.2) | [generic](appuio/generic/README.md) | | [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/haproxy-1.7.5/total)](https://github.com/appuio/charts/releases/tag/haproxy-1.7.5) | [haproxy](appuio/haproxy/README.md) | -| [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/k8up-2.0.2/total)](https://github.com/appuio/charts/releases/tag/k8up-2.0.2) | [k8up](appuio/k8up/README.md) | +| [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/k8up-2.0.3/total)](https://github.com/appuio/charts/releases/tag/k8up-2.0.3) | [k8up](appuio/k8up/README.md) | | [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/mariadb-galera-1.2.3/total)](https://github.com/appuio/charts/releases/tag/mariadb-galera-1.2.3) | [mariadb-galera](appuio/mariadb-galera/README.md) | | [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/maxscale-1.1.2/total)](https://github.com/appuio/charts/releases/tag/maxscale-1.1.2) | [maxscale](appuio/maxscale/README.md) | | [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/metrics-server-2.12.1/total)](https://github.com/appuio/charts/releases/tag/metrics-server-2.12.1) | [metrics-server](appuio/metrics-server/README.md) | diff --git a/appuio/k8up/Chart.yaml b/appuio/k8up/Chart.yaml index 396cc131..c0869d65 100644 --- a/appuio/k8up/Chart.yaml +++ b/appuio/k8up/Chart.yaml @@ -6,8 +6,8 @@ keywords: - backup - operator - restic -version: 2.0.2 -appVersion: v2.1.0 +version: 2.0.3 +appVersion: v2.1.2 sources: - https://github.com/k8up-io/k8up maintainers: diff --git a/appuio/k8up/README.md b/appuio/k8up/README.md index 770adcba..df97bcc2 100644 --- a/appuio/k8up/README.md +++ b/appuio/k8up/README.md @@ -1,6 +1,6 @@ # k8up -![Version: 2.0.2](https://img.shields.io/badge/Version-2.0.2-informational?style=flat-square) ![AppVersion: v2.1.0](https://img.shields.io/badge/AppVersion-v2.1.0-informational?style=flat-square) +![Version: 2.0.3](https://img.shields.io/badge/Version-2.0.3-informational?style=flat-square) ![AppVersion: v2.1.2](https://img.shields.io/badge/AppVersion-v2.1.2-informational?style=flat-square) Kubernetes and OpenShift Backup Operator based on restic @@ -13,7 +13,7 @@ helm repo add appuio https://charts.appuio.ch helm install k8up appuio/k8up ``` ```bash -kubectl apply -f https://github.com/k8up-io/k8up/releases/download/v2.1.0/k8up-crd.yaml +kubectl apply -f https://github.com/k8up-io/k8up/releases/download/v2.1.2/k8up-crd.yaml ```