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

Commit

Permalink
Remove helm chart linting 馃槙
Browse files Browse the repository at this point in the history
This is conflicting with the non semver conform "latest" version in the chart yaml... This gets overriden on release anyway
  • Loading branch information
J12934 committed Sep 24, 2020
1 parent feb5b8a commit 74c7ad0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/helm-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 74c7ad0

Please sign in to comment.