From d94a8566a9d97e21bb56763df007190486f96e62 Mon Sep 17 00:00:00 2001 From: Stacky McStackface Date: Wed, 13 May 2026 14:19:28 +0000 Subject: [PATCH] chore: Generated commit to update templated files since the last template run up to stackabletech/operator-templating@95539aa636078a936b5c1024c77e7cd7a78ff6be Reference-to: stackabletech/operator-templating@95539aa (Part of https://github.com/stackabletech/issues/issues/716) --- Tiltfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Tiltfile b/Tiltfile index 02508e50..1859de01 100644 --- a/Tiltfile +++ b/Tiltfile @@ -12,10 +12,9 @@ registry = settings.get('default_registry', 'oci.stackable.tech') operator_repository = settings.get('default_operator_repository', registry + '/' + 'sandbox') operator_image_name = operator_repository + '/' + operator_name -# For the product image, we wanna use the images in the "sdp" namespace, because "sandbox" doesn't +# For the product image, we want to use the images in the "sdp" namespace, because "sandbox" doesn't # contain those images (by default). product_repository = settings.get('default_product_repository', registry + '/' + 'sdp') - # Configure default registry either read from config file above, or with default value of # "oci.stackable.tech" default_registry(registry)