Skip to content

Commit f15af11

Browse files
unguiculusk8s-ci-robot
authored andcommitted
[ci] Upgrade to chart-testing v2.3.3 (helm#13294)
Signed-off-by: Reinhard Nägele <[email protected]>
1 parent ef91306 commit f15af11

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.2.0
17+
- image: gcr.io/kubernetes-charts-ci/test-image:v3.3.2
1818
steps:
1919
- checkout
2020
- run:

test/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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.2.0
15+
FROM quay.io/helmpack/chart-testing:v2.3.3
1616

1717
ENV PATH /google-cloud-sdk/bin:$PATH
1818
ARG CLOUD_SDK_VERSION=212.0.0

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.2.0
21+
readonly IMAGE_TAG=v3.3.2
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.2.0
21+
readonly IMAGE_TAG=v3.3.2
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)