Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stable/meteor/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
version: 0.2.1
version: 0.2.2
description: A Helm chart for Meteor (github.com/goto/meteor)
name: meteor
appVersion: "v0.8.0"
1 change: 1 addition & 0 deletions stable/meteor/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ spec:
jobTemplate:
spec:
backoffLimit: 4
activeDeadlineSeconds: {{ .Values.jobDeadlineSeconds }}
template:
metadata:
labels:
Expand Down
1 change: 1 addition & 0 deletions stable/meteor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ secretConfig: {}
# pass in secret names to be mounted to cronjob
ssl_secrets: []

jobDeadlineSeconds: 14400
# sample recipe usage
# recipes:
# sample-recipe.yaml: |-
Expand Down