From 2f74db8c3998758c4e837801f1a482d1db24cb3d Mon Sep 17 00:00:00 2001 From: Sebastian Wendel Date: Wed, 23 Nov 2022 17:26:44 +0100 Subject: [PATCH] fixed on the chart and pipeline --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 097d784..31652d7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,6 +15,7 @@ stages: lint: stage: test script: + - helm dependency update - helm lint . allow_failure: true