Skip to content

Commit ba51e08

Browse files
cfi2017hairmare
andauthored
fix(etcd-backup): disallow concurrent job runs (#1351)
* fix(etcd-backup): disallow concurrent job runs * chore(etcd-backup): bump version * chore(etcd-backup): update release notes * chore(etcd-backup): indicate update does not contain security updates Co-authored-by: Lucas <[email protected]> --------- Co-authored-by: Lucas <[email protected]>
1 parent d013a55 commit ba51e08

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

charts/kubernetes-etcd-backup/Chart.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: v2
33
name: kubernetes-etcd-backup
44
description: Chart for kubernetes-etcd-backup solution
55
type: application
6-
version: 1.4.1
6+
version: 1.4.2
77
appVersion: v1.2.1
88
keywords:
99
- kubernetes-etcd-backup
@@ -18,10 +18,7 @@ maintainers:
1818
1919
url: https://adfinis.com
2020
annotations:
21-
artifacthub.io/containsSecurityUpdates: "true"
21+
artifacthub.io/containsSecurityUpdates: "false"
2222
artifacthub.io/changes: |
23-
- kind: changed
24-
description: "bump appVersion to v1.2.1"
25-
links:
26-
- name: "kubernetes-etcd-backup v1.2.1"
27-
url: https://github.com/adfinis/kubernetes-etcd-backup/releases/tag/v1.2.1
23+
- kind: fixed
24+
description: "disallow concurrent job runs"

charts/kubernetes-etcd-backup/README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

charts/kubernetes-etcd-backup/templates/cronjob.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ metadata:
55
spec:
66
startingDeadlineSeconds: 600
77
schedule: {{ .Values.backup.schedule | quote }}
8+
concurrencyPolicy: Forbid
89
jobTemplate:
910
spec:
1011
# Retrying this job is not considered safe, because of that we fail the

0 commit comments

Comments
 (0)