Skip to content

Commit

Permalink
Merge pull request #5 from rayandas/rayandas-registry.k8s.io
Browse files Browse the repository at this point in the history
Update k8s.gcr.io to registry.k8s.io
  • Loading branch information
chipzoller authored Feb 17, 2023
2 parents 34ae630 + e619ada commit 31991a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion best_practices/resources/pod-empty-dir.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: test-pd
spec:
containers:
- image: k8s.gcr.io/test-webserver
- image: registry.k8s.io/test-webserver
name: test-container
volumeMounts:
- mountPath: /cache
Expand Down
2 changes: 1 addition & 1 deletion best_practices/resources/pod-hostpath.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: test-hp
spec:
containers:
- image: k8s.gcr.io/test-webserver
- image: registry.k8s.io/test-webserver
name: test-container
volumeMounts:
- mountPath: /test-pd
Expand Down

0 comments on commit 31991a2

Please sign in to comment.