diff --git a/vrt-bot/Chart.yaml b/vrt-bot/Chart.yaml index 6b8154f..9229c27 100644 --- a/vrt-bot/Chart.yaml +++ b/vrt-bot/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: vrt-bot description: A Helm chart for deploying vrt-bot type: application -version: 0.2.1 +version: 0.2.2 appVersion: "0.0.1" diff --git a/vrt-bot/templates/vrtbot-cronjob.yaml b/vrt-bot/templates/vrtbot-cronjob.yaml index 79fadbc..7d79edb 100644 --- a/vrt-bot/templates/vrtbot-cronjob.yaml +++ b/vrt-bot/templates/vrtbot-cronjob.yaml @@ -20,7 +20,6 @@ spec: spec: template: spec: - parallelism: 1 {{- with .Values.imagePullSecrets }} imagePullSecrets: {{- toYaml . | nindent 12 }}