From 5f2b71f59258504a8c144fe1a75b3a08c21886bb Mon Sep 17 00:00:00 2001 From: Jakob Naucke Date: Mon, 29 Jun 2026 10:56:04 +0200 Subject: [PATCH] Verify GHA integration tests trigger 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 03ff138e..c50cff8d 100644 --- a/operator/src/main.rs +++ b/operator/src/main.rs @@ -36,7 +36,7 @@ use operator::*; const TRUSTEE_VERSION: &str = "v0.17.0"; /// Default version tag for operator-managed component images const COMPONENT_VERSION: &str = "v0.2.0"; -/// Default registry +/// Default container registry const TEC_REGISTRY: &str = "quay.io/trusted-execution-clusters"; struct ClusterContext {