From 2a6ddefd57e686451017243576c9e2b3d5331500 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Tue, 13 Jun 2023 10:06:20 +0200 Subject: [PATCH] fix helm lint path --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 31c1138..1feadaa 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -111,7 +111,7 @@ pipeline { HELM_CHART_VERSION = generateHelmChartVersion() dir('src/main/helm') { - sh "helm lint -f ../../linter-values.yaml" + sh "helm lint -f ../../test/helm/linter-values.yaml" sh "helm unittest --helm3 -f '../../test/helm/*.yaml' ." -- GitLab