Skip to content
Snippets Groups Projects
Verified Commit 815cbb1c authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

feat: update restic chart

parent 91d76c35
No related branches found
No related tags found
No related merge requests found
Pipeline #2926 failed
...@@ -2,5 +2,5 @@ apiVersion: v2 ...@@ -2,5 +2,5 @@ apiVersion: v2
name: restic name: restic
description: Helm Chart for restic description: Helm Chart for restic
type: application type: application
version: 1.3.0 version: 1.4.0
appVersion: "0.13.1" appVersion: "0.13.1"
...@@ -62,6 +62,7 @@ spec: ...@@ -62,6 +62,7 @@ spec:
- "backup" - "backup"
- "." - "."
- "--verbose" - "--verbose"
{{- toYaml .Values.backupOptions | nindent 16 }}
envFrom: envFrom:
- secretRef: - secretRef:
name: {{ include "restic-helm.fullname" . }} name: {{ include "restic-helm.fullname" . }}
......
...@@ -16,6 +16,8 @@ keepOptions: ...@@ -16,6 +16,8 @@ keepOptions:
- "--keep-daily" - "--keep-daily"
- "7" - "7"
backupOptions: []
auth: |- auth: |-
B2_ACCOUNT_ID: "AzureDiamond" B2_ACCOUNT_ID: "AzureDiamond"
B2_ACCOUNT_KEY: "hunter2" B2_ACCOUNT_KEY: "hunter2"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment