File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
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.2.0
17
+ - image : gcr.io/kubernetes-charts-ci/test-image:v3.3.2
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.2.0
15
+ FROM quay.io/helmpack/chart-testing:v2.3.3
16
16
17
17
ENV PATH /google-cloud-sdk/bin:$PATH
18
18
ARG CLOUD_SDK_VERSION=212.0.0
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.2.0
21
+ readonly IMAGE_TAG=v3.3.2
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.2.0
21
+ readonly IMAGE_TAG=v3.3.2
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