Skip to content

Commit

Permalink
Replace k8s.gcr.io with registry.k8s.io
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobValdemar committed Mar 8, 2023
1 parent 87772b7 commit bfe63cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-test/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
terminationGracePeriodSeconds: 10
containers:
- name: nginx
image: k8s.gcr.io/nginx-slim:0.7
image: registry.k8s.io/nginx-slim:0.7
ports:
- containerPort: 80
name: web
Expand Down

0 comments on commit bfe63cd

Please sign in to comment.