Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 74c7ad0

Browse files
committed
Remove helm chart linting 😕
This is conflicting with the non semver conform "latest" version in the chart yaml... This gets overriden on release anyway
1 parent feb5b8a commit 74c7ad0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/helm-charts.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
dir="$(dirname "${chart}")"
2727
cd "${dir}" || exit
2828
echo "Processing Chart in $dir"
29-
helm lint .
3029
helm package --version $RELEASE_VERSION .
3130
NAME=$(yq read - name < Chart.yaml)
3231
curl --silent --show-error --user "${USERNAME}:${PASSWORD}" --data-binary "@${NAME}-${RELEASE_VERSION}.tgz" "${HELM_REGISTRY}/api/charts"

0 commit comments

Comments
 (0)