pub const DEFAULT_IMAGE_TAG: &str;Expand description
Default image tag for the operator Deployment.
In debug builds (cargo build) this is "latest" so local development always
pulls the most recent image without needing a version bump.
In release builds (cargo build --release) this is "v{CARGO_PKG_VERSION}"
(e.g. "v0.5.0") so bindy bootstrap installs exactly the same version
that was released alongside the binary.