Skip to content
This repository was archived by the owner on Sep 14, 2024. It is now read-only.

Commit dfc1a33

Browse files
unguiculusk8s-ci-robot
authored andcommitted
[CI] Use latest chart-testing image (helm#7203)
1 parent 7d484fd commit dfc1a33

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
shellcheck -x test/repo-sync.sh
1515
lint-charts:
1616
docker:
17-
- image: gcr.io/kubernetes-charts-ci/test-image:v2.0.2
17+
- image: gcr.io/kubernetes-charts-ci/test-image:v2.0.3
1818
steps:
1919
- checkout
2020
- run:

test/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM gcr.io/kubernetes-charts-ci/chart-testing:v1.0.2
15+
FROM gcr.io/kubernetes-charts-ci/chart-testing:v1.0.3
1616

1717
ENV PATH /google-cloud-sdk/bin:$PATH
18-
ARG CLOUD_SDK_VERSION=202.0.0
18+
ARG CLOUD_SDK_VERSION=212.0.0
1919
RUN curl -LO "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-$CLOUD_SDK_VERSION-linux-x86_64.tar.gz" && \
2020
tar xzf "google-cloud-sdk-$CLOUD_SDK_VERSION-linux-x86_64.tar.gz" && \
2121
rm "google-cloud-sdk-$CLOUD_SDK_VERSION-linux-x86_64.tar.gz" && \

test/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ set -o errexit
1818
set -o nounset
1919
set -o pipefail
2020

21-
readonly IMAGE_TAG=v2.0.2
21+
readonly IMAGE_TAG=v2.0.3
2222
readonly IMAGE_REPOSITORY="gcr.io/kubernetes-charts-ci/test-image"
2323
readonly SCRIPT_DIR=$(dirname "$(readlink -f "$0")")
2424

test/e2e.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ set -o errexit
1818
set -o nounset
1919
set -o pipefail
2020

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

0 commit comments

Comments
 (0)