From c787581d8cd55bad1f94d1f507245ff1e841de98 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 17 May 2022 08:47:04 +0000 Subject: [PATCH 1/2] Update dependency k8up-io/k8up to v2.2.0 Signed-off-by: Renovate Bot --- appuio/k8up/rbac-kustomize/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appuio/k8up/rbac-kustomize/kustomization.yaml b/appuio/k8up/rbac-kustomize/kustomization.yaml index 3897fc08..1ede152d 100644 --- a/appuio/k8up/rbac-kustomize/kustomization.yaml +++ b/appuio/k8up/rbac-kustomize/kustomization.yaml @@ -1,5 +1,5 @@ resources: - - github.com/k8up-io/k8up/config/rbac?ref=v2.1.2 + - github.com/k8up-io/k8up/config/rbac?ref=v2.2.0 namePrefix: PREFIX- namespace: "{{ .Release.Namespace }}" From 441561d6dbd95067b7c0acf6f9f2f14201b260d2 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 17 May 2022 10:50:44 +0200 Subject: [PATCH 2/2] Update chart with K8up v2.2.0 Signed-off-by: Chris --- README.md | 2 +- appuio/k8up/Chart.yaml | 4 ++-- appuio/k8up/README.md | 6 +++--- appuio/k8up/values.yaml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ad4c644d..d2249264 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-2.0.2/total)](https://github.com/appuio/charts/releases/tag/haproxy-2.0.2) | [haproxy](appuio/haproxy/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/k8up-2.0.4/total)](https://github.com/appuio/charts/releases/tag/k8up-2.0.4) | [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 c0869d65..f127a9cf 100644 --- a/appuio/k8up/Chart.yaml +++ b/appuio/k8up/Chart.yaml @@ -6,8 +6,8 @@ keywords: - backup - operator - restic -version: 2.0.3 -appVersion: v2.1.2 +version: 2.0.4 +appVersion: v2.2.0 sources: - https://github.com/k8up-io/k8up maintainers: diff --git a/appuio/k8up/README.md b/appuio/k8up/README.md index df97bcc2..5475fb9e 100644 --- a/appuio/k8up/README.md +++ b/appuio/k8up/README.md @@ -1,6 +1,6 @@ # k8up -![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) +![Version: 2.0.4](https://img.shields.io/badge/Version-2.0.4-informational?style=flat-square) ![AppVersion: v2.2.0](https://img.shields.io/badge/AppVersion-v2.2.0-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.2/k8up-crd.yaml +kubectl apply -f https://github.com/k8up-io/k8up/releases/download/v2.2.0/k8up-crd.yaml ```