Skip to content

Commit

Permalink
Add option to disable cron
Browse files Browse the repository at this point in the history
  • Loading branch information
koskev committed Mar 6, 2024
1 parent 1d1aa2f commit 65a2022
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/brouter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.1
version: 0.1.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
3 changes: 2 additions & 1 deletion charts/brouter/templates/cron.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{- if .Values.ingress.enabled }}
apiVersion: batch/v1
kind: CronJob
metadata:
Expand All @@ -24,4 +25,4 @@ spec:
{{- toYaml . | nindent 12 }}
{{- end }}
restartPolicy: Never

{{ end }}
1 change: 1 addition & 0 deletions charts/brouter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ ingress:
secret: brouter-tls

update:
enabled: true
url: http://brouter.de/brouter/segments4

brouter:
Expand Down

0 comments on commit 65a2022

Please sign in to comment.