Skip to content

Commit 9075873

Browse files
fix warning in notion job spec
1 parent 1905f6d commit 9075873

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

charts/notion-backup/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: notion-backup
33
description: Creates backups from Notion
44
type: application
55

6-
version: 0.1.4
6+
version: 0.1.5
77

88
# App metadata
99
appVersion: "v0.0.1"

charts/notion-backup/templates/cronjob-download.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ spec:
88
concurrencyPolicy: Forbid
99
jobTemplate:
1010
spec:
11-
timezone: "Etc/UTC"
1211
template:
1312
metadata:
1413
labels:

charts/notion-backup/templates/cronjob-trigger.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ spec:
88
concurrencyPolicy: Forbid
99
jobTemplate:
1010
spec:
11-
timezone: "Etc/UTC"
1211
template:
1312
metadata:
1413
labels:

0 commit comments

Comments
 (0)