We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feb5b8a commit 74c7ad0Copy full SHA for 74c7ad0
1 file changed
.github/workflows/helm-charts.yaml
@@ -26,7 +26,6 @@ jobs:
26
dir="$(dirname "${chart}")"
27
cd "${dir}" || exit
28
echo "Processing Chart in $dir"
29
- helm lint .
30
helm package --version $RELEASE_VERSION .
31
NAME=$(yq read - name < Chart.yaml)
32
curl --silent --show-error --user "${USERNAME}:${PASSWORD}" --data-binary "@${NAME}-${RELEASE_VERSION}.tgz" "${HELM_REGISTRY}/api/charts"
0 commit comments