Skip to content

Commit 8757f9f

Browse files
authored
Upgrade kuttl testing image to 0.9.0 version (#4557)
New version contains the capability to run assertion based on commands/scripts, that enable more complete testing of the objects being managed Signed-off-by: Jose Luis Pedrosa <[email protected]>
1 parent 39febf1 commit 8757f9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

images/scorecard-test-kuttl/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ COPY . .
1717
RUN GOOS=linux GOARCH=$TARGETARCH make build/scorecard-test-kuttl
1818

1919
# Final image.
20-
FROM kudobuilder/kuttl:v0.8.0
20+
#FROM kudobuilder/kuttl@sha256:924a709a1d2c6bede8815415ea5d5be640b506ec5aeaddc68acb443ae8ee7926
21+
FROM kudobuilder/kuttl:v0.9.0
2122

2223
ENV HOME=/opt/scorecard-test-kuttl \
2324
USER_NAME=scorecard-test-kuttl \

0 commit comments

Comments
 (0)