diff --git a/charts/cron-job/Chart.yaml b/charts/cron-job/Chart.yaml index 9416c78..722b839 100644 --- a/charts/cron-job/Chart.yaml +++ b/charts/cron-job/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 description: EcoVadis Helm chart for K8s Cron Job name: charts-cron-job type: application -version: 2.11.0 +version: 2.11.1 dependencies: - name: charts-core version: 2.4.2 diff --git a/charts/cron-job/values.yaml b/charts/cron-job/values.yaml index 85d5153..84262ec 100644 --- a/charts/cron-job/values.yaml +++ b/charts/cron-job/values.yaml @@ -159,5 +159,5 @@ global: enabled: false helmTest: - enabled: true + enabled: false image: dockerhub/alpine/kubectl:latest # Image used by the helm test pod; must contain kubectl \ No newline at end of file