Skip to content

Commit

Permalink
Merge pull request #74 from asa3311/Update-k8s-registry-references
Browse files Browse the repository at this point in the history
Update k8s registry references
  • Loading branch information
hantmac authored Apr 2, 2023
2 parents debf778 + a2d7d93 commit 42ca531
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion testdata/openapi/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -7211,7 +7211,7 @@
"description": "Describe a container image",
"properties": {
"names": {
"description": "Names by which this image is known. e.g. [\"k8s.gcr.io/hyperkube:v1.0.7\", \"dockerhub.io/google_containers/hyperkube:v1.0.7\"]",
"description": "Names by which this image is known. e.g. [\"registry.k8s.io/hyperkube:v1.0.7\", \"dockerhub.io/google_containers/hyperkube:v1.0.7\"]",
"items": {
"type": "string"
},
Expand Down
4 changes: 2 additions & 2 deletions testdata/set/multi-resource-yaml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
spec:
containers:
- name: mock-container
image: k8s.gcr.io/pause:3.2
image: registry.k8s.io/pause:3.2
---
apiVersion: v1
kind: ReplicationController
Expand All @@ -30,4 +30,4 @@ spec:
spec:
containers:
- name: mock-container
image: k8s.gcr.io/pause:3.2
image: registry.k8s.io/pause:3.2
2 changes: 1 addition & 1 deletion testdata/set/namespaced-resource.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ spec:
spec:
containers:
- name: mock-container
image: k8s.gcr.io/pause:3.2
image: registry.k8s.io/pause:3.2

0 comments on commit 42ca531

Please sign in to comment.