Skip to content

Commit 2cf4bb0

Browse files
chore: bump chart version to 0.4.1 and update secret template to use stringData
1 parent 0f0893d commit 2cf4bb0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
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
5-
version: 0.4.0
5+
version: 0.4.1
66
appVersion: "1.0.7"

charts/helm-paperless-s3-backup/templates/secret.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: {{ .Release.Name }}-secret
55
namespace: {{ .Release.Namespace }}
66
type: Opaque
7-
data:
7+
stringData:
88
AWS_ACCESS_KEY_ID: {{ .Values.s3.accessKey }}
99
AWS_SECRET_ACCESS_KEY: {{ .Values.s3.secretKey }}
1010
S3_REGION: {{ .Values.s3.region }}

0 commit comments

Comments
 (0)