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
+2 -1
View File
@@ -59,7 +59,8 @@ type BindClusterSpec struct {
Replicas int32 `json:"replicas,omitempty"`
// 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.
// +kubebuilder:default="internetsystemsconsortium/bind9:9.20"
// +optional
Image string `json:"image,omitempty"`