From b65287edc339195034a1f528dc4c04cbc01e495f Mon Sep 17 00:00:00 2001 From: mueckinger Date: Sun, 7 Jan 2024 16:11:46 +0100 Subject: [PATCH] Updated helm chart repo url --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6654124..249816c 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This chart installs `rustic backup` as [Kubernetes CronJob](https://kubernetes.i * Kubernetes >=1.29 or 1.28 (with featureGate `SidecarContainers` enabled) * Helm v3 (Tested with v3.11.2) -* Rustic's chart repository: `helm repo add rustic https://mueckinger.github.io/rustic-helm/charts` +* Rustic's chart repository: `helm repo add rustic https://rustic-rs.github.io/rustic-helm/charts` * A valid `values.yml` file, the following example represents the bare minimum: ```yaml @@ -85,4 +85,4 @@ s3: region: fr-par storage_class: ONEZONE_IA # Replace with your provider's hot storage class bucket: -``` \ No newline at end of file +```