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
name: restic
description: Helm Chart for restic
type: application
version: 1.3.0
version: 1.4.0
appVersion: "0.13.1"
......@@ -62,6 +62,7 @@ spec:
- "backup"
- "."
- "--verbose"
{{- toYaml .Values.backupOptions | nindent 16 }}
envFrom:
- secretRef:
name: {{ include "restic-helm.fullname" . }}
......
......@@ -16,6 +16,8 @@ keepOptions:
- "--keep-daily"
- "7"
backupOptions: []
auth: |-
B2_ACCOUNT_ID: "AzureDiamond"
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