Revert chart-testing upgrades (#13231)

* Revert "[ci] Upgrade to chart-testing v2.3.2 (#13225)"

This reverts commit 2c6acf023a.

Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>

* Revert "[ci] Upgrade to chart-testing v2.3.1 (#13221)"

This reverts commit 9da0ff3d9f.

Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
This commit is contained in:
Reinhard Nägele
2019-04-24 00:30:01 -07:00
committed by Kubernetes Prow Robot
parent 2c6acf023a
commit 31b8951a68
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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)}"