Skip to content

Commit

Permalink
updated urls
Browse files Browse the repository at this point in the history
  • Loading branch information
mueckinger committed Jan 6, 2024
1 parent e8c0090 commit bebe54f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This chart will set up rustic as a Kubernetes CronJob

1. Kubernetes >=1.29 or 1.28 (with featureGate `SidecarContainers` enabled)
2. Helm v3 (Tested with v3.11.2)
3. Rustic's chart repository: `helm repo add mueckinger https://mueckinger.github.io/charts`
3. Rustic's chart repository: `helm repo add rustic https://mueckinger.github.io/rustic-helm/charts`


Bare minimum `values.yml`:
Expand All @@ -39,13 +39,13 @@ s3:
### Deploying rustic

```
helm install rustic mueckinger/rustic --set rustic.init=true -f values.yml
helm install rustic rustic/rustic --set rustic.init=true -f values.yml
```

If there is already an initialized restic repository in the Bucket omit `--set rustic.init=true`:

```
helm install rustic mueckinger/rustic -f values.yml
helm install rustic rustic/rustic -f values.yml
```

### Examples

0 comments on commit bebe54f

Please sign in to comment.