File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
shellcheck -x test/repo-sync.sh
15
15
lint-charts :
16
16
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
18
18
steps :
19
19
- checkout
20
20
- run :
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM quay.io/helmpack/chart-testing:v2.4.0
15
+ FROM quay.io/helmpack/chart-testing:v2.4.1
16
16
17
17
ENV PATH /google-cloud-sdk/bin:$PATH
18
- ARG CLOUD_SDK_VERSION=269 .0.0
18
+ ARG CLOUD_SDK_VERSION=287 .0.0
19
19
RUN curl -LO "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-$CLOUD_SDK_VERSION-linux-x86_64.tar.gz" && \
20
20
tar xzf "google-cloud-sdk-$CLOUD_SDK_VERSION-linux-x86_64.tar.gz" && \
21
21
rm "google-cloud-sdk-$CLOUD_SDK_VERSION-linux-x86_64.tar.gz" && \
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ set -o errexit
18
18
set -o nounset
19
19
set -o pipefail
20
20
21
- readonly IMAGE_TAG=v3.4.0
21
+ readonly IMAGE_TAG=v3.4.1
22
22
readonly IMAGE_REPOSITORY=" gcr.io/kubernetes-charts-ci/test-image"
23
23
readonly SCRIPT_DIR=$( dirname " $( readlink -f " $0 " ) " )
24
24
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ set -o errexit
18
18
set -o nounset
19
19
set -o pipefail
20
20
21
- readonly IMAGE_TAG=v3.4.0
21
+ readonly IMAGE_TAG=v3.4.1
22
22
readonly IMAGE_REPOSITORY=" gcr.io/kubernetes-charts-ci/test-image"
23
23
readonly REPO_ROOT=" ${REPO_ROOT:- $(git rev-parse --show-toplevel)} "
24
24
You can’t perform that action at this time.
0 commit comments