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 a037e60 commit ebf9d26Copy full SHA for ebf9d26
.github/install-chart-testing.sh
@@ -5,6 +5,6 @@ set -euxo pipefail
5
CHART_TESTING_VERSION="3.4.0"
6
7
# install chart-testing
8
-curl --silent --show-error --fail --location --output /tmp/chart-testing.tar.gz https://github.com/helm/chart-testing/releases/download/v"${HELM_DOCS_VERSION}"/chart-testing_"${HELM_DOCS_VERSION}"_linux_amd64.tar.gz
+curl --silent --show-error --fail --location --output /tmp/chart-testing.tar.gz https://github.com/helm/chart-testing/releases/download/v"${CHART_TESTING_VERSION}"/chart-testing_"${CHART_TESTING_VERSION}"_linux_amd64.tar.gz
9
tar -xf /tmp/chart-testing.tar.gz /tmp/chart-testing
10
sudo install /tmp/chart-testing/ct
0 commit comments