Skip to content

Commit

Permalink
chore: Allowed parallel cronjob pods (#189)
Browse files Browse the repository at this point in the history
* chore: Allowed parallel cronjob pods
  • Loading branch information
aleksandarknezevic authored Sep 28, 2022
1 parent 2dd111e commit 475a4f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/beekeeper/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
appVersion: latest
name: beekeeper
version: 0.4.2
version: 0.4.3
description: Ethereum Swarm Beekeeper Helm chart for Kubernetes
home: https://www.ethswarm.org
icon: https://docs.ethswarm.org/img/swarm-logo-2.svg
Expand Down
1 change: 1 addition & 0 deletions charts/beekeeper/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ spec:
labels:
{{- include "beekeeper.selectorLabels" . | nindent 8 }}
spec:
parallelism: {{ .Values.config.parallelism }}
template:
spec:
{{- with .Values.imagePullSecrets }}
Expand Down
1 change: 1 addition & 0 deletions charts/beekeeper/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ nodeSelector: {}

config:
command: ['beekeeper', 'check']
parallelism: 1
dirPath: 'files'
# environment variables
CONFIG_GIT_REPO: ''
Expand Down

0 comments on commit 475a4f9

Please sign in to comment.