From 73c23911f09c758e665e23f747dd051375988a2c Mon Sep 17 00:00:00 2001 From: Emilien Devos <121870973+edevosc2c@users.noreply.github.com> Date: Wed, 31 Jan 2024 12:03:02 +0100 Subject: [PATCH] omit parallelism 1 because it is default 1 --- vrt-bot/Chart.yaml | 2 +- vrt-bot/templates/vrtbot-cronjob.yaml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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 }}