Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

Commit

Permalink
chore: migrate from k8s.gcr.io to registry.k8s.io
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedwaleedmalik authored Apr 12, 2023
1 parent d363b43 commit 9b2a944
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/yurtappmanager/apis/apps/v1alpha1/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
)

const (
defaultIngressControllerImage string = "k8s.gcr.io/ingress-nginx/controller:v0.48.1"
defaultIngressControllerImage string = "registry.k8s.io/ingress-nginx/controller:v0.48.1"
defaultIngressWebhookCertGenImage string = "docker.io/jettech/kube-webhook-certgen:v1.5.1"
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ var defaultYurtIngress = &v1alpha1.YurtIngress{
},
Spec: v1alpha1.YurtIngressSpec{
Replicas: 1,
IngressControllerImage: "k8s.gcr.io/ingress-nginx/controller:v0.49.0",
IngressWebhookCertGenImage: "k8s.gcr.io/ingress-nginx/kube-webhook-certgen:v0.49.0",
IngressControllerImage: "registry.k8s.io/ingress-nginx/controller:v0.49.0",
IngressWebhookCertGenImage: "registry.k8s.io/ingress-nginx/kube-webhook-certgen:v0.49.0",
Pools: []v1alpha1.IngressPool{{Name: "beijing"}},
},
}
Expand Down

0 comments on commit 9b2a944

Please sign in to comment.