diff --git a/examples/docker-for-mac/my_test.sh b/examples/docker-for-mac/my_test.sh index e705bfd9..096a807b 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 eea17051..2976920c 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 bbc33a26..4188724c 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: