From 2da25914d061bf4b4b1fc77624cc223dac1ba67c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reinhard=20N=C3=A4gele?= Date: Mon, 7 Jan 2019 22:46:19 +0100 Subject: [PATCH] Prepare release v2.1.0 (#77) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Reinhard Nägele --- examples/docker-for-mac/my_test.sh | 2 +- examples/gke/Dockerfile | 2 +- examples/kind/.circleci/config.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/docker-for-mac/my_test.sh b/examples/docker-for-mac/my_test.sh index e705bfd..096a807 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=v2.0.1 +readonly IMAGE_TAG=v2.1.0 readonly IMAGE_REPOSITORY="quay.io/helmpack/chart-testing" main() { diff --git a/examples/gke/Dockerfile b/examples/gke/Dockerfile index eea1705..2976920 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:v2.0.1 +FROM quay.io/helmpack/chart-testing:v2.1.0 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 bbc33a2..4188724 100644 --- a/examples/kind/.circleci/config.yml +++ b/examples/kind/.circleci/config.yml @@ -11,7 +11,7 @@ jobs: shellcheck -x test/e2e-kind.sh lint-charts: docker: - - image: quay.io/helmpack/chart-testing:v2.0.1 + - image: quay.io/helmpack/chart-testing:v2.1.0 steps: - checkout - run: @@ -24,7 +24,7 @@ jobs: machine: true environment: CHART_TESTING_IMAGE: quay.io/helmpack/chart-testing - CHART_TESTING_TAG: v2.0.1 + CHART_TESTING_TAG: v2.1.0 CHARTS_REPO: https://github.com/your_git_repo/charts K8S_VERSION: "v1.11.3" steps: