Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
[CI] Use latest chart-testing image (#7673)
Browse files Browse the repository at this point in the history
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
  • Loading branch information
unguiculus authored and k8s-ci-robot committed Sep 11, 2018
1 parent 974a608 commit 6528846
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
shellcheck -x test/repo-sync.sh
lint-charts:
docker:
- image: gcr.io/kubernetes-charts-ci/test-image:v2.0.3
- image: gcr.io/kubernetes-charts-ci/test-image:v2.0.5
steps:
- checkout
- run:
Expand Down
2 changes: 1 addition & 1 deletion test/Dockerfile
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM gcr.io/kubernetes-charts-ci/chart-testing:v1.0.3
FROM gcr.io/kubernetes-charts-ci/chart-testing:v1.0.5

ENV PATH /google-cloud-sdk/bin:$PATH
ARG CLOUD_SDK_VERSION=212.0.0
Expand Down
2 changes: 1 addition & 1 deletion test/build.sh
Expand Up @@ -18,7 +18,7 @@ set -o errexit
set -o nounset
set -o pipefail

readonly IMAGE_TAG=v2.0.3
readonly IMAGE_TAG=v2.0.5
readonly IMAGE_REPOSITORY="gcr.io/kubernetes-charts-ci/test-image"
readonly SCRIPT_DIR=$(dirname "$(readlink -f "$0")")

Expand Down
2 changes: 1 addition & 1 deletion test/e2e.sh
Expand Up @@ -18,7 +18,7 @@ set -o errexit
set -o nounset
set -o pipefail

readonly IMAGE_TAG=v2.0.3
readonly IMAGE_TAG=v2.0.5
readonly IMAGE_REPOSITORY="gcr.io/kubernetes-charts-ci/test-image"
readonly REPO_ROOT="${REPO_ROOT:-$(git rev-parse --show-toplevel)}"

Expand Down

0 comments on commit 6528846

Please sign in to comment.