Skip to content

Commit d495f82

Browse files
Merge pull request #8 from pascalinthecloud/feature/implement-paperless-s3-backup
feature: update used image & bump version to 1.0.8
2 parents 70732be + 959e1f7 commit d495f82

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
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:

charts/helm-paperless-s3-backup/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name: helm-paperless-s3-backup
33
description: A Helm chart for automating Paperless NGX backups to a S3 bucket in Kubernetes with optional encryption.
44
type: application
55
version: 0.4.1
6-
appVersion: "1.0.7"
6+
appVersion: "1.0.8"

charts/helm-paperless-s3-backup/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: helm-paperless-s3-backup
33
cron: "0 4 * * 0"
44

55
image:
6-
repository: pascaaal/docker-awscli-gpg
7-
tag: v1.0.7
6+
repository: pascaaal/docker-awscli-kubectl-zip
7+
tag: v1.0.8
88

99
s3:
1010
accessKey:

0 commit comments

Comments
 (0)