Skip to content

Commit

Permalink
update org to mirror.gcr.io
Browse files Browse the repository at this point in the history
  • Loading branch information
laurafitzgerald committed Jan 14, 2025
1 parent f4c487b commit 83c1991
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/dnspolicy/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
spec:
containers:
- name: echo
image: docker.io/jmalloc/echo-server
image: mirror.gcr.io/jmalloc/echo-server
ports:
- name: http-port
containerPort: 8080
Expand Down
2 changes: 1 addition & 1 deletion utils/kind-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
image: kindest/node:v1.30.0
image: mirror.gcr.io/kindest/node:v1.30.0

0 comments on commit 83c1991

Please sign in to comment.