Skip to content

Commit

Permalink
Upgade rundeck, polish longhorn backup config
Browse files Browse the repository at this point in the history
  • Loading branch information
EugenMayer committed Mar 29, 2024
1 parent 64aba79 commit ab49eb9
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/longhorn-backup-config/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: longhorn-backup-config
description: Configure longhorn backups
version: 0.0.1
version: 0.0.2
apiVersion: v2
appVersion: 0.0.1
6 changes: 5 additions & 1 deletion charts/longhorn-backup-config/templates/schedule-daily.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# https://longhorn.io/docs/1.6.1/snapshots-and-backups/scheduling-backups-and-snapshots/#using-the-manifest

apiVersion: longhorn.io/v1beta1
kind: RecurringJob
metadata:
Expand All @@ -6,7 +8,9 @@ spec:
cron: {{ .Values.longhorn.backup.cron }}
task: "backup-force-create"
groups:
- default
{{- with .Values.longhorn.backup.groups }}
{{- toYaml . | nindent 4 }}
{{- end }}
retain: {{ .Values.longhorn.backup.retain }}
concurrency: {{ .Values.longhorn.backup.concurrency }}
labels:
Expand Down
2 changes: 2 additions & 0 deletions charts/longhorn-backup-config/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
longhorn:
backup:
groups:
- default
cron: "20 2 * * *"
retain: 7
concurrency: 3
Expand Down
4 changes: 4 additions & 0 deletions charts/rundeck/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.1

- Upgrade rundeck to 5.1.2

## 2.0.0

**Major app update**!!
Expand Down
4 changes: 2 additions & 2 deletions charts/rundeck/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ apiVersion: v2
description: Rundeck chart for Kubernetes
name: rundeck
home: https://github.com/rundeck/rundeck
version: 2.0.0
version: 2.0.1
# see https://hub.docker.com/r/rundeck/rundeck/tags
appVersion: 5.1.1
appVersion: 5.1.2
keywords:
- rundeck
- jobs
Expand Down

0 comments on commit ab49eb9

Please sign in to comment.