We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e5c650 commit d9dba63Copy full SHA for d9dba63
.circleci/config.yml
@@ -36,7 +36,7 @@ jobs:
36
./e2e-kind.sh
37
build:
38
docker:
39
- - image: golang:1.11.5-alpine3.9
+ - image: golang:1.12.4-alpine3.9
40
working_directory: /go/src/github.com/helm/chart-testing
41
steps:
42
- setup_remote_docker
Dockerfile
@@ -19,7 +19,7 @@ ARG YAMALE_VERSION=1.8.0
19
RUN pip install "yamale==$YAMALE_VERSION"
20
21
# Install kubectl
22
-ARG KUBECTL_VERSION=v1.13.2
+ARG KUBECTL_VERSION=v1.14.1
23
RUN curl -LO "https://storage.googleapis.com/kubernetes-release/release/$KUBECTL_VERSION/bin/linux/amd64/kubectl" && \
24
chmod +x kubectl && \
25
mv kubectl /usr/local/bin/
0 commit comments