From 0a4b9ead429bad760897ecca7297c3c117c17eed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ma=CC=88der?= Date: Fri, 10 Sep 2021 15:21:11 +0200 Subject: [PATCH 1/6] Update to k8up v2.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian Mäder --- appuio/k8up/Chart.yaml | 5 ++--- appuio/k8up/README.md | 18 ++++++------------ appuio/k8up/rbac-kustomize/kustomization.yaml | 2 +- appuio/k8up/values.yaml | 6 +++--- 4 files changed, 12 insertions(+), 19 deletions(-) diff --git a/appuio/k8up/Chart.yaml b/appuio/k8up/Chart.yaml index c379dfba..d5137257 100644 --- a/appuio/k8up/Chart.yaml +++ b/appuio/k8up/Chart.yaml @@ -6,11 +6,10 @@ keywords: - backup - operator - restic -version: 1.1.0 -appVersion: v1.2.0 +version: 1.2.0 +appVersion: v2.0.0 sources: - https://github.com/vshn/k8up - - https://github.com/vshn/wrestic maintainers: - name: APPUiO Team email: info@appuio.ch diff --git a/appuio/k8up/README.md b/appuio/k8up/README.md index ef65f889..c9667708 100644 --- a/appuio/k8up/README.md +++ b/appuio/k8up/README.md @@ -1,6 +1,6 @@ # k8up -![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square) ![AppVersion: v1.2.0](https://img.shields.io/badge/AppVersion-v1.2.0-informational?style=flat-square) +![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square) ![AppVersion: v2.0.0](https://img.shields.io/badge/AppVersion-v2.0.0-informational?style=flat-square) Kubernetes and OpenShift Backup Operator based on restic @@ -14,9 +14,9 @@ helm install k8up appuio/k8up ``` ```bash # Install CRDs for K8s >= 1.16: -kubectl apply -f https://github.com/vshn/k8up/releases/download/v1.2.0/k8up-crd.yaml +kubectl apply -f https://github.com/vshn/k8up/releases/download/v2.0.0/k8up-crd.yaml # Install CRDs for K8s <= 1.15 (e.g. OpenShift 3.11): -kubectl apply -f https://github.com/vshn/k8up/releases/download/v1.2.0/k8up-crd-legacy.yaml +kubectl apply -f https://github.com/vshn/k8up/releases/download/v2.0.0/k8up-crd-legacy.yaml ``` diff --git a/appuio/k8up/rbac-kustomize/kustomization.yaml b/appuio/k8up/rbac-kustomize/kustomization.yaml index e83ba2b8..04556a96 100644 --- a/appuio/k8up/rbac-kustomize/kustomization.yaml +++ b/appuio/k8up/rbac-kustomize/kustomization.yaml @@ -1,5 +1,5 @@ resources: - - github.com/vshn/k8up/config/rbac?ref=v1.2.0 + - github.com/vshn/k8up/config/rbac?ref=v2.0.0 namePrefix: PREFIX- namespace: "{{ .Release.Namespace }}" diff --git a/appuio/k8up/values.yaml b/appuio/k8up/values.yaml index e8b483ca..4bc459f1 100644 --- a/appuio/k8up/values.yaml +++ b/appuio/k8up/values.yaml @@ -10,7 +10,7 @@ image: # -- Operator image repository repository: vshn/k8up # -- Operator image tag (version) - tag: v1.2.0 + tag: v2.0.0 imagePullSecrets: [] serviceAccount: @@ -33,9 +33,9 @@ k8up: backupImage: # -- The backup runner image repository - repository: quay.io/vshn/wrestic + repository: quay.io/vshn/k8up # -- The backup runner image tag - tag: v0.3.2 + tag: v2.0.0 # -- Specifies the timezone K8up is using for scheduling. # Empty value defaults to the timezone in which Kubernetes is deployed. From a62e08cde00e9807ae88bd0e83eab30c0905dfa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=A4der?= Date: Fri, 10 Sep 2021 15:40:42 +0200 Subject: [PATCH 2/6] Update appuio/k8up/Chart.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Chris Signed-off-by: Christian Mäder --- appuio/k8up/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appuio/k8up/Chart.yaml b/appuio/k8up/Chart.yaml index d5137257..d7ef5653 100644 --- a/appuio/k8up/Chart.yaml +++ b/appuio/k8up/Chart.yaml @@ -6,7 +6,7 @@ keywords: - backup - operator - restic -version: 1.2.0 +version: 2.0.0 appVersion: v2.0.0 sources: - https://github.com/vshn/k8up From c0146d4f3151955aca070e6771d5b6b45fb54c2b Mon Sep 17 00:00:00 2001 From: cimnine Date: Fri, 17 Sep 2021 17:34:08 +0200 Subject: [PATCH 3/6] Update vshn/k8up to k8up-io/k8up Signed-off-by: cimnine --- appuio/k8up/Chart.yaml | 2 +- appuio/k8up/README.gotmpl.md | 4 ++-- appuio/k8up/README.md | 12 ++++++------ appuio/k8up/rbac-kustomize/kustomization.yaml | 2 +- appuio/k8up/values.yaml | 6 +++--- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/appuio/k8up/Chart.yaml b/appuio/k8up/Chart.yaml index d7ef5653..8399ae67 100644 --- a/appuio/k8up/Chart.yaml +++ b/appuio/k8up/Chart.yaml @@ -9,7 +9,7 @@ keywords: version: 2.0.0 appVersion: v2.0.0 sources: - - https://github.com/vshn/k8up + - https://github.com/k8up-io/k8up maintainers: - name: APPUiO Team email: info@appuio.ch diff --git a/appuio/k8up/README.gotmpl.md b/appuio/k8up/README.gotmpl.md index 6289f017..246f2374 100644 --- a/appuio/k8up/README.gotmpl.md +++ b/appuio/k8up/README.gotmpl.md @@ -1,8 +1,8 @@ ```bash # Install CRDs for K8s >= 1.16: -kubectl apply -f https://github.com/vshn/k8up/releases/download/{{ template "chart.appVersion" . }}/k8up-crd.yaml +kubectl apply -f https://github.com/k8up-io/k8up/releases/download/{{ template "chart.appVersion" . }}/k8up-crd.yaml # Install CRDs for K8s <= 1.15 (e.g. OpenShift 3.11): -kubectl apply -f https://github.com/vshn/k8up/releases/download/{{ template "chart.appVersion" . }}/k8up-crd-legacy.yaml +kubectl apply -f https://github.com/k8up-io/k8up/releases/download/{{ template "chart.appVersion" . }}/k8up-crd-legacy.yaml ```