Skip to content

Commit 7f7d15e

Browse files
committed
Disable suspend in example (avoid confusion)
Signed-off-by: Stephan Austermühle <au@hcsd.de>
1 parent de716b6 commit 7f7d15e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

charts/nextcloud/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: nextcloud
3-
version: 4.7.0
3+
version: 4.7.0-1
44
appVersion: 28.0.2
55
description: A file sharing server that puts the control and security of your own data back into your hands.
66
keywords:

charts/nextcloud/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ nextcloud:
201201
# concurrencyPolicy: Forbid
202202
# startingDeadlineSeconds: 300
203203
# successfulJobsHistoryLimit: 3
204-
# suspend: true
204+
# suspend: false
205205
# jobTemplate:
206206
# spec:
207207
# backoffLimit: 1

0 commit comments

Comments
 (0)