From ae07ae2a853b379f900787bffa838b76d3b42cea Mon Sep 17 00:00:00 2001 From: Taahir Ahmed Date: Thu, 21 May 2026 14:56:17 -0700 Subject: [PATCH] ActorTemplate: Enforce that all images must be pinned --- pkg/api/v1alpha1/actortemplate_types.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/api/v1alpha1/actortemplate_types.go b/pkg/api/v1alpha1/actortemplate_types.go index 5106fb5..c57eefa 100644 --- a/pkg/api/v1alpha1/actortemplate_types.go +++ b/pkg/api/v1alpha1/actortemplate_types.go @@ -31,6 +31,8 @@ const ( ) // A single application container that you want to run within a WorkerPool. +// +// +kubebuilder:validation:XValidation:rule="self.image.contains('@')" type Container struct { // Name of the container. // +required