File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,9 @@ This Helm chart deploys a CronJob to back up Paperless NGX documents to an S3-co
77To 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
3537cron : " 0 3 * * *"
3638
3739image :
38- repository : pascaaal/docker-awscli-gpg
40+ repository : pascaaal/docker-awscli-kubectl-zip
3941 tag : v1.0.7
4042
4143s3 :
You can’t perform that action at this time.
0 commit comments