We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56486b4 commit 94681cbCopy full SHA for 94681cb
pkg/charts/image/image.go
@@ -95,7 +95,7 @@ func constructLink(repository string) string {
95
repository = strings.TrimPrefix(repository, "lscr.io/")
96
case strings.HasPrefix(repository, "oci.trueforge.org/containerforge/"):
97
prefix = "https://github.com/trueforge-org/containers/tree/main/apps/"
98
- repository = strings.TrimPrefix(repository, "oci.trueforge.org/tccr/")
+ repository = strings.TrimPrefix(repository, "oci.trueforge.org/containerforge/")
99
case strings.HasPrefix(repository, "mcr.microsoft.com/"):
100
prefix = "https://mcr.microsoft.com/en-us/product/"
101
repository = strings.TrimPrefix(repository, "mcr.microsoft.com/")
0 commit comments