Skip to content

Commit

Permalink
Updated helm chart repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
mueckinger authored Jan 7, 2024
1 parent 4eaeb66 commit b65287e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -85,4 +85,4 @@ s3:
region: fr-par
storage_class: ONEZONE_IA # Replace with your provider's hot storage class
bucket: <myHotBucket>
```
```

0 comments on commit b65287e

Please sign in to comment.