Skip to content

Commit

Permalink
Disable suspend in example (avoid confusion)
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Austermühle <au@hcsd.de>
  • Loading branch information
stephan2012 committed Mar 5, 2024
1 parent de716b6 commit 7f7d15e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/nextcloud/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: nextcloud
version: 4.7.0
version: 4.7.0-1
appVersion: 28.0.2
description: A file sharing server that puts the control and security of your own data back into your hands.
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/nextcloud/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ nextcloud:
# concurrencyPolicy: Forbid
# startingDeadlineSeconds: 300
# successfulJobsHistoryLimit: 3
# suspend: true
# suspend: false
# jobTemplate:
# spec:
# backoffLimit: 1
Expand Down

0 comments on commit 7f7d15e

Please sign in to comment.