Skip to content

Commit b9aa771

Browse files
chore(helm): Exclude product image repository for core operators (#1033)
chore: Generated commit to update templated files since the last template run up to stackabletech/operator-templating@95539aa Reference-to: stackabletech/operator-templating@95539aa (Part of stackabletech/issues#716)
1 parent 2a0a4ed commit b9aa771

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Tiltfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@ registry = settings.get('default_registry', 'oci.stackable.tech')
1212
operator_repository = settings.get('default_operator_repository', registry + '/' + 'sandbox')
1313
operator_image_name = operator_repository + '/' + operator_name
1414

15-
# For the product image, we wanna use the images in the "sdp" namespace, because "sandbox" doesn't
15+
# For the product image, we want to use the images in the "sdp" namespace, because "sandbox" doesn't
1616
# contain those images (by default).
1717
product_repository = settings.get('default_product_repository', registry + '/' + 'sdp')
18-
1918
# Configure default registry either read from config file above, or with default value of
2019
# "oci.stackable.tech"
2120
default_registry(registry)

0 commit comments

Comments
 (0)