Skip to content

Commit

Permalink
update b2k acr to zone redudant
Browse files Browse the repository at this point in the history
  • Loading branch information
hsubramanianaks committed Feb 27, 2024
1 parent 502cde8 commit db62a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library/ImageProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ internal class ImageProvider : IImageProvider

private static readonly IReadOnlyDictionary<ReleaseEnvironment, string> ContainerRegistries = new Dictionary<ReleaseEnvironment, string>()
{
{ ReleaseEnvironment.Production, "bridgetokubernetes.azurecr.io" },
{ ReleaseEnvironment.Production, "bridgetok8s.azurecr.io" },
{ ReleaseEnvironment.Staging, "mindarostage.azurecr.io" },
{ ReleaseEnvironment.Development, "mindarodev.azurecr.io" },
{ ReleaseEnvironment.Local, "mindarodev.azurecr.io" },
Expand Down

0 comments on commit db62a62

Please sign in to comment.