From 0bd5dcba3678a0c6bb1b42283491f689fdd756d3 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Tue, 19 Dec 2023 11:26:22 +0100 Subject: [PATCH] OZG-3880 network policy dynamic dns server config --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 80a5f2282b..9cadf7c889 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -165,7 +165,7 @@ pipeline { HELM_CHART_VERSION = generateHelmChartVersion() dir('src/main/helm') { - sh "helm lint -f test-values.yaml" + sh "helm lint -f ../../test/linter-values.yaml" sh "helm unittest -f '../../test/helm/*.yaml' -v '../../test/unit-values.yaml' ." -- GitLab