Skip to content

Commit

Permalink
update Google Cloud artifact registry for the k8s images
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <[email protected]>
  • Loading branch information
cpanato committed Feb 3, 2024
1 parent e4a7477 commit 2cb1bd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/notes/document/document.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@ func fetchImageMetadata(dir, tag string) (*ImageMetadata, error) {

res := ImageMetadata{}

// Link the images to their corresponding Google Cloud container registry
// Link the images to their corresponding Google Cloud artifact registry
// location.
const linkBase = "https://console.cloud.google.com/gcr/images/k8s-artifacts-prod/us/"
const linkBase = "https://console.cloud.google.com/artifacts/docker/k8s-artifacts-prod/southamerica-east1/images/"

for manifest, tempArchitectures := range manifests {
imageName := strings.TrimPrefix(manifest, prodRegistry+"/")
Expand Down

0 comments on commit 2cb1bd7

Please sign in to comment.