Skip to content

Commit 959e1f7

Browse files
docs: update installation instructions and change Docker image repository to kubectl-zip
1 parent 0f3428d commit 959e1f7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ This Helm chart deploys a CronJob to back up Paperless NGX documents to an S3-co
77
To install with custom values:
88

99
```bash
10-
helm install paperless-backup ./helm-paperless-s3-backup -f values.yaml -n <NAMESPACE>
10+
helm repo add paperless-backup https://pascalinthecloud.github.io/helm-paperless-s3-backup/
11+
12+
helm install paperless-backup paperless-backup paperless-backup/helm-paperless-s3-backup -f values.yaml -n <NAMESPACE>
1113
```
1214

1315
## Configuration
@@ -17,7 +19,7 @@ helm install paperless-backup ./helm-paperless-s3-backup -f values.yaml -n <NAME
1719
| Key | Default Value | Description |
1820
|--------------------|---------------------|-------------|
1921
| `cron` | `"0 4 * * 0"` | Cron schedule for backups (UTC) |
20-
| `image.repository` | `pascaaal/docker-awscli-gpg` | Backup container image repository |
22+
| `image.repository` | `pascaaal/docker-awscli-kubectl-zip` | Backup container image repository |
2123
| `image.tag` | `v1.0.7` | Container image tag |
2224
| `s3.accessKey` | `""` | S3 Access Key ID |
2325
| `s3.secretKey` | `""` | S3 Secret Access Key |
@@ -35,7 +37,7 @@ helm install paperless-backup ./helm-paperless-s3-backup -f values.yaml -n <NAME
3537
cron: "0 3 * * *"
3638

3739
image:
38-
repository: pascaaal/docker-awscli-gpg
40+
repository: pascaaal/docker-awscli-kubectl-zip
3941
tag: v1.0.7
4042

4143
s3:

0 commit comments

Comments
 (0)