From de3701b95022ee9406baebf72df74aa62244e6d0 Mon Sep 17 00:00:00 2001 From: Jakob Naucke Date: Tue, 23 Jun 2026 19:06:59 +0200 Subject: [PATCH] Dummy change to ensure CI #288 was accidentally merged before CI completion. Do not merge. Signed-off-by: Jakob Naucke --- operator/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operator/src/main.rs b/operator/src/main.rs index d6fc9944..ebd62584 100644 --- a/operator/src/main.rs +++ b/operator/src/main.rs @@ -32,7 +32,7 @@ mod trustee; use crate::conditions::*; use operator::*; -/// Default tag for Trustee image +/// The default tag for Trustee image const TRUSTEE_VERSION: &str = "v0.17.0"; /// Default version tag for operator-managed component images const COMPONENT_VERSION: &str = "0.2.0";