Skip to content

Commit d108260

Browse files
authored
Upgrade chart-testing (helm#21733)
Signed-off-by: Reinhard Naegele <unguiculus@gmail.com>
1 parent 1920d31 commit d108260

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:v3.4.0
17+
- image: gcr.io/kubernetes-charts-ci/test-image:v3.4.1
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 quay.io/helmpack/chart-testing:v2.4.0
15+
FROM quay.io/helmpack/chart-testing:v2.4.1
1616

1717
ENV PATH /google-cloud-sdk/bin:$PATH
18-
ARG CLOUD_SDK_VERSION=269.0.0
18+
ARG CLOUD_SDK_VERSION=287.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=v3.4.0
21+
readonly IMAGE_TAG=v3.4.1
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=v3.4.0
21+
readonly IMAGE_TAG=v3.4.1
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)