mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-10-22 07:51:30 +00:00
Revert "✨ Pull the images from public ECR repositories in case of the edition is not community"
This reverts commit 964d30bf80
.
This commit is contained in:
@@ -12,9 +12,8 @@ const (
|
||||
)
|
||||
|
||||
var (
|
||||
registry = "docker.io/kubeshark/"
|
||||
tag = "latest"
|
||||
NonCommunityRegistry = "public.ecr.aws/g4h6q0l5/kubeshark-"
|
||||
registry = "docker.io/kubeshark/"
|
||||
tag = "latest"
|
||||
)
|
||||
|
||||
func GetRegistry() string {
|
||||
|
Reference in New Issue
Block a user