mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Revert chart-testing upgrades (#13231)
* Revert "[ci] Upgrade to chart-testing v2.3.2 (#13225)" This reverts commit2c6acf023a. Signed-off-by: Reinhard Nägele <unguiculus@gmail.com> * Revert "[ci] Upgrade to chart-testing v2.3.1 (#13221)" This reverts commit9da0ff3d9f. Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
2c6acf023a
commit
31b8951a68
@@ -14,7 +14,7 @@ jobs:
|
||||
shellcheck -x test/repo-sync.sh
|
||||
lint-charts:
|
||||
docker:
|
||||
- image: gcr.io/kubernetes-charts-ci/test-image:v3.3.1
|
||||
- image: gcr.io/kubernetes-charts-ci/test-image:v3.2.0
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
|
||||
+1
-1
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
FROM quay.io/helmpack/chart-testing:v2.3.2
|
||||
FROM quay.io/helmpack/chart-testing:v2.2.0
|
||||
|
||||
ENV PATH /google-cloud-sdk/bin:$PATH
|
||||
ARG CLOUD_SDK_VERSION=212.0.0
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@ set -o errexit
|
||||
set -o nounset
|
||||
set -o pipefail
|
||||
|
||||
readonly IMAGE_TAG=v3.3.1
|
||||
readonly IMAGE_TAG=v3.2.0
|
||||
readonly IMAGE_REPOSITORY="gcr.io/kubernetes-charts-ci/test-image"
|
||||
readonly SCRIPT_DIR=$(dirname "$(readlink -f "$0")")
|
||||
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@ set -o errexit
|
||||
set -o nounset
|
||||
set -o pipefail
|
||||
|
||||
readonly IMAGE_TAG=v3.3.1
|
||||
readonly IMAGE_TAG=v3.2.0
|
||||
readonly IMAGE_REPOSITORY="gcr.io/kubernetes-charts-ci/test-image"
|
||||
readonly REPO_ROOT="${REPO_ROOT:-$(git rev-parse --show-toplevel)}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user