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

feat: prevent running duplicate restic jobs

parent 6fafc77d
No related branches found
No related tags found
No related merge requests found
Pipeline #2870 passed
......@@ -2,5 +2,5 @@ apiVersion: v2
name: restic
description: Helm Chart for restic
type: application
version: 1.2.0
version: 1.3.0
appVersion: "0.13.1"
......@@ -5,6 +5,7 @@ metadata:
labels:
{{- include "restic-helm.labels" . | nindent 4 }}
spec:
concurrencyPolicy: Forbid
schedule: "{{ .Values.schedule }}"
jobTemplate:
metadata:
......
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