Update AH charts repo url in sample data (#2304)

Signed-off-by: Sergio Castaño Arteaga <tegioz@icloud.com>
This commit is contained in:
Sergio Castaño Arteaga 2022-09-08 16:43:58 +02:00 committed by GitHub
parent 6937618ccb
commit c893f5398b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@ values ('00000000-0000-0000-0000-000000000001', 'demo', 'demo@artifacthub.io', t
-- Register some repositories
insert into repository (name, url, repository_kind_id, user_id)
values ('artifact-hub','https://artifacthub.github.io/hub/chart/', 0, '00000000-0000-0000-0000-000000000001');
values ('artifact-hub','https://artifacthub.github.io/helm-charts/', 0, '00000000-0000-0000-0000-000000000001');