Update landing page

This commit is contained in:
Urtzi Alfaro
2025-10-18 16:03:23 +02:00
parent 312e36c893
commit 62971c07d7
21 changed files with 1760 additions and 884 deletions

View File

@@ -225,6 +225,11 @@ k8s_resource('demo-seed-subscriptions',
resource_deps=['tenant-migration', 'demo-seed-tenants'],
labels=['demo-init'])
# Seed pilot coupon (runs after tenant migration)
k8s_resource('tenant-seed-pilot-coupon',
resource_deps=['tenant-migration'],
labels=['demo-init'])
# Weight 15: Seed inventory - CRITICAL: All other seeds depend on this
k8s_resource('demo-seed-inventory',
resource_deps=['inventory-migration', 'demo-seed-tenants'],