Skip to content

Commit

Permalink
Merge pull request #2574 from tmjd/rm-k8s-reg
Browse files Browse the repository at this point in the history
Remove unused K8s registry
  • Loading branch information
tmjd committed Mar 28, 2023
2 parents 15e8f21 + b9af600 commit a3d14b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/components/images.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020, 2022 Tigera, Inc. All rights reserved.
// Copyright (c) 2020-2023 Tigera, Inc. All rights reserved.

// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand All @@ -25,5 +25,4 @@ const (
ECKRegistry = "quay.io/"
InitRegistry = "quay.io/"
CSRInitRegistry = "quay.io/"
K8sGcrRegistry = "k8s.gcr.io/"
)

0 comments on commit a3d14b6

Please sign in to comment.