From 74c7ad00e0b1a78836ef58d258657b2ddbd99bc8 Mon Sep 17 00:00:00 2001 From: Jannik Hollenbach <13718901+J12934@users.noreply.github.com> Date: Thu, 24 Sep 2020 13:01:16 +0200 Subject: [PATCH] =?UTF-8?q?Remove=20helm=20chart=20linting=20=F0=9F=98=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is conflicting with the non semver conform "latest" version in the chart yaml... This gets overriden on release anyway --- .github/workflows/helm-charts.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/helm-charts.yaml b/.github/workflows/helm-charts.yaml index 7773d5f7..655fa538 100644 --- a/.github/workflows/helm-charts.yaml +++ b/.github/workflows/helm-charts.yaml @@ -26,7 +26,6 @@ jobs: dir="$(dirname "${chart}")" cd "${dir}" || exit echo "Processing Chart in $dir" - helm lint . helm package --version $RELEASE_VERSION . NAME=$(yq read - name < Chart.yaml) curl --silent --show-error --user "${USERNAME}:${PASSWORD}" --data-binary "@${NAME}-${RELEASE_VERSION}.tgz" "${HELM_REGISTRY}/api/charts"