@@ -83,7 +83,9 @@ def test_load_build_info_development():
8383 },
8484 helm_charts = {
8585 "mongodb-kubernetes" : HelmChartInfo (
86- repositories = ["268558157000.dkr.ecr.us-east-1.amazonaws.com/dev/helm-charts" ],
86+ registry = "268558157000.dkr.ecr.us-east-1.amazonaws.com" ,
87+ repository = "dev/mongodb/helm-charts" ,
88+ region = "us-east-1"
8789 )
8890 },
8991 )
@@ -167,7 +169,9 @@ def test_load_build_info_patch():
167169 },
168170 helm_charts = {
169171 "mongodb-kubernetes" : HelmChartInfo (
170- repositories = ["268558157000.dkr.ecr.us-east-1.amazonaws.com/dev/helm-charts" ],
172+ region = "us-east-1" ,
173+ repository = "dev/mongodb/helm-charts" ,
174+ registry = "268558157000.dkr.ecr.us-east-1.amazonaws.com"
171175 )
172176 },
173177 )
@@ -272,7 +276,9 @@ def test_load_build_info_staging():
272276 },
273277 helm_charts = {
274278 "mongodb-kubernetes" : HelmChartInfo (
275- repositories = ["268558157000.dkr.ecr.us-east-1.amazonaws.com/staging/helm-charts" ],
279+ registry = "268558157000.dkr.ecr.us-east-1.amazonaws.com" ,
280+ repository = "staging/mongodb/helm-charts" ,
281+ region = "us-east-1" ,
276282 sign = True ,
277283 )
278284 },
@@ -352,7 +358,9 @@ def test_load_build_info_release():
352358 },
353359 helm_charts = {
354360 "mongodb-kubernetes" : HelmChartInfo (
355- repositories = ["quay.io/mongodb/helm-charts" ],
361+ registry = "quay.io" ,
362+ repository = "mongodb/helm-charts" ,
363+ region = None ,
356364 sign = True ,
357365 )
358366 },
0 commit comments