From 312e78d9ec59c2496dcf5c5872bd47100dc6df91 Mon Sep 17 00:00:00 2001 From: Tuomo Tanskanen Date: Fri, 10 Jan 2025 14:56:25 +0200 Subject: [PATCH] bump kubeconform to v0.6.7 Bump manifestlint's kubeconform image to v0.6.7. Signed-off-by: Tuomo Tanskanen --- hack/manifestlint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/manifestlint.sh b/hack/manifestlint.sh index bc1f8988..5fb51839 100755 --- a/hack/manifestlint.sh +++ b/hack/manifestlint.sh @@ -35,6 +35,6 @@ else --volume "${PWD}:${WORKDIR}:ro,z" \ --entrypoint sh \ --workdir "${WORKDIR}" \ - ghcr.io/yannh/kubeconform:v0.6.2-alpine@sha256:49b5f6b320d30c1b8b72a7abdf02740ac9dc36a3ba23b934d1c02f7b37e6e740 \ + ghcr.io/yannh/kubeconform:v0.6.7-alpine@sha256:824e0c248809e4b2da2a768b16b107cf17ada88a89ec6aa6050e566ba93ebbc6 \ "${WORKDIR}"/hack/manifestlint.sh "$@" fi