diff --git a/charts/beekeeper/Chart.yaml b/charts/beekeeper/Chart.yaml index 15513ad..49ba8dd 100644 --- a/charts/beekeeper/Chart.yaml +++ b/charts/beekeeper/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 appVersion: latest name: beekeeper -version: 0.4.11 +version: 0.4.12 description: Ethereum Swarm Beekeeper Helm chart for Kubernetes home: https://www.ethswarm.org icon: https://docs.ethswarm.org/img/swarm-logo-2.svg diff --git a/charts/beekeeper/templates/cronjob.yaml b/charts/beekeeper/templates/cronjob.yaml index f99efcd..180f0da 100644 --- a/charts/beekeeper/templates/cronjob.yaml +++ b/charts/beekeeper/templates/cronjob.yaml @@ -21,6 +21,7 @@ spec: {{- include "beekeeper.selectorLabels" . | nindent 8 }} spec: parallelism: {{ .Values.config.parallelism }} + backoffLimit: {{ .Values.config.backoffLimit }} template: {{- with .Values.additionalPodLabels }} metadata: