From 676665045f0db97e0927c09e5654d95d0974936a Mon Sep 17 00:00:00 2001 From: Kamil Kubicki Date: Fri, 3 Apr 2026 10:29:16 +0200 Subject: [PATCH] Disable tests by default --- charts/cron-job/Chart.yaml | 2 +- charts/cron-job/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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