mirror of https://github.com/artifacthub/hub.git
Update AH charts repo url in sample data (#2304)
Signed-off-by: Sergio Castaño Arteaga <tegioz@icloud.com>
This commit is contained in:
parent
6937618ccb
commit
c893f5398b
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Reference in New Issue