Abort the seed and probe scripts on the first failed command
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful

Guard the staged size as a string so an unmeasurable file fails closed.
This commit is contained in:
2026-09-19 23:31:09 +10:00
parent 949662a334
commit d1dd5040d5
6 changed files with 145 additions and 13 deletions
@@ -997,7 +997,8 @@ spec:
default: internetsystemsconsortium/bind9:9.20
description: |-
Image is the BIND9 container image. Must ship named, rndc, nsupdate and
the POSIX tools the operator execs: sh, mkdir, dirname, head, od, tr, mv.
the POSIX tools the operator execs: sh, mkdir, dirname, cat, head, od,
tr, wc, rm, mv.
type: string
imagePullPolicy:
description: ImagePullPolicy for the BIND container.
+2 -1
View File
@@ -1307,7 +1307,8 @@ spec:
default: internetsystemsconsortium/bind9:9.20
description: |-
Image is the BIND9 container image. Must ship named, rndc, nsupdate and
the POSIX tools the operator execs: sh, mkdir, dirname, head, od, tr, mv.
the POSIX tools the operator execs: sh, mkdir, dirname, cat, head, od,
tr, wc, rm, mv.
type: string
imagePullPolicy:
description: ImagePullPolicy for the BIND container.