From a18a16d060cc4fccadff64add48a7d19a7958617 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reinhard=20N=C3=A4gele?= Date: Thu, 20 May 2021 17:17:15 +0200 Subject: [PATCH] Revert "Updated docs and examples for v3.2.0 (#338)" (#339) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 672e435015bed5dce43dd6c78014258dd6273faa. Signed-off-by: Reinhard Nägele --- README.md | 2 +- examples/docker-for-mac/my_test.sh | 2 +- examples/gke/Dockerfile | 2 +- examples/kind/.circleci/config.yml | 2 +- examples/kind/test/e2e-kind.sh | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bb5a90fb..f56912d3 100644 --- a/README.md +++ b/README.md @@ -176,7 +176,7 @@ Here's a previous one for reference: https://github.com/helm/chart-testing/pull/ ### Create Release The release workflow is [dispatched from github actions](https://github.com/helm/chart-testing/actions) -Versions must start with a lower-case `v`, e. g. `v3.2.0`. +Versions must start with a lower-case `v`, e. g. `v3.1.1`. ## Supported versions diff --git a/examples/docker-for-mac/my_test.sh b/examples/docker-for-mac/my_test.sh index d9608c7a..f0580978 100755 --- a/examples/docker-for-mac/my_test.sh +++ b/examples/docker-for-mac/my_test.sh @@ -18,7 +18,7 @@ set -o errexit set -o nounset set -o pipefail -readonly IMAGE_TAG=v3.2.0 +readonly IMAGE_TAG=v3.1.1 readonly IMAGE_REPOSITORY="quay.io/helmpack/chart-testing" main() { diff --git a/examples/gke/Dockerfile b/examples/gke/Dockerfile index a207ac83..10fb30e1 100644 --- a/examples/gke/Dockerfile +++ b/examples/gke/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM quay.io/helmpack/chart-testing:v3.2.0 +FROM quay.io/helmpack/chart-testing:v3.1.1 ENV PATH /google-cloud-sdk/bin:$PATH ARG CLOUD_SDK_VERSION=221.0.0 diff --git a/examples/kind/.circleci/config.yml b/examples/kind/.circleci/config.yml index eb53e4fb..03705098 100644 --- a/examples/kind/.circleci/config.yml +++ b/examples/kind/.circleci/config.yml @@ -10,7 +10,7 @@ jobs: lint-charts: docker: - - image: quay.io/helmpack/chart-testing:v3.2.0 + - image: quay.io/helmpack/chart-testing:v3.1.1 steps: - checkout - run: diff --git a/examples/kind/test/e2e-kind.sh b/examples/kind/test/e2e-kind.sh index 9ed3343e..7d5059cb 100755 --- a/examples/kind/test/e2e-kind.sh +++ b/examples/kind/test/e2e-kind.sh @@ -4,7 +4,7 @@ set -o errexit set -o nounset set -o pipefail -readonly CT_VERSION=v3.2.0 +readonly CT_VERSION=v3.1.1 readonly KIND_VERSION=v0.7.0 readonly CLUSTER_NAME=chart-testing readonly K8S_VERSION=v1.17.0