Skip to content

Commit

Permalink
emove the kyaml/openapi/kubernetesapi/v1_21_2/swagger.pb
Browse files Browse the repository at this point in the history
  • Loading branch information
asa3311 committed Mar 23, 2023
1 parent e8b521e commit 75b46de
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
14 changes: 7 additions & 7 deletions api/krusty/namereference_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
serviceAccountName: mySvcAcct
containers:
- name: whatever
image: k8s.gcr.io/governmentCheese
image: registry.k8s.io/governmentCheese
`)
th.WriteF("base/serviceAccount.yaml", `
apiVersion: v1
Expand All @@ -61,7 +61,7 @@ spec:
template:
spec:
containers:
- image: k8s.gcr.io/governmentCheese
- image: registry.k8s.io/governmentCheese
name: whatever
serviceAccountName: mySvcAcct
---
Expand All @@ -80,7 +80,7 @@ spec:
template:
spec:
containers:
- image: k8s.gcr.io/governmentCheese
- image: registry.k8s.io/governmentCheese
name: whatever
serviceAccountName: mySvcAcct-private
---
Expand Down Expand Up @@ -115,7 +115,7 @@ commonLabels:
app: external-dns
instance: public
images:
- name: k8s.gcr.io/external-dns/external-dns
- name: registry.k8s.io/external-dns/external-dns
newName: xxx.azurecr.io/external-dns
newTag: v0.7.4_sylr.1
- name: quay.io/sylr/external-dns
Expand Down Expand Up @@ -153,7 +153,7 @@ commonLabels:
app: external-dns
instance: private
images:
- name: k8s.gcr.io/external-dns/external-dns
- name: registry.k8s.io/external-dns/external-dns
newName: xxx.azurecr.io/external-dns
newTag: v0.7.4_sylr.1
- name: quay.io/sylr/external-dns
Expand Down Expand Up @@ -192,7 +192,7 @@ commonLabels:
app: external-dns
instance: public
images:
- name: k8s.gcr.io/external-dns/external-dns
- name: registry.k8s.io/external-dns/external-dns
newName: quay.io/sylr/external-dns
newTag: v0.7.4-73-g00a9a0c7
secretGenerator:
Expand Down Expand Up @@ -243,7 +243,7 @@ spec:
serviceAccountName: external-dns
containers:
- name: external-dns
image: k8s.gcr.io/external-dns/external-dns
image: registry.k8s.io/external-dns/external-dns
args:
- --domain-filter=""
- --txt-owner-id=""
Expand Down
8 changes: 4 additions & 4 deletions api/krusty/transformersarrays_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
spec:
containers:
- name: nginx
image: k8s.gcr.io/nginx-slim:0.8
image: registry.k8s.io/nginx-slim:0.8
ports:
- containerPort: 80
name: web
Expand All @@ -62,7 +62,7 @@ spec:
spec:
containers:
- name: nginx
image: k8s.gcr.io/nginx-slim:0.8
image: registry.k8s.io/nginx-slim:0.8
ports:
- containerPort: 80
name: web
Expand Down Expand Up @@ -116,7 +116,7 @@ spec:
notIn: arrays
spec:
containers:
- image: k8s.gcr.io/nginx-slim:0.8
- image: registry.k8s.io/nginx-slim:0.8
name: nginx
ports:
- containerPort: 80
Expand All @@ -142,7 +142,7 @@ spec:
notIn: arrays
spec:
containers:
- image: k8s.gcr.io/nginx-slim:0.8
- image: registry.k8s.io/nginx-slim:0.8
name: nginx
ports:
- containerPort: 80
Expand Down
4 changes: 2 additions & 2 deletions api/krusty/variableref_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1848,7 +1848,7 @@ spec:
terminationGracePeriodSeconds: 10
containers:
- name: nginx
image: k8s.gcr.io/nginx-slim:0.8
image: registry.k8s.io/nginx-slim:0.8
ports:
- containerPort: 80
name: web
Expand Down Expand Up @@ -2123,7 +2123,7 @@ spec:
app: nginx
spec:
containers:
- image: k8s.gcr.io/nginx-slim:0.8
- image: registry.k8s.io/nginx-slim:0.8
name: nginx
ports:
- containerPort: 80
Expand Down
2 changes: 1 addition & 1 deletion releasing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ Fork and clone the [k8s.io] repo.

Checkout a new branch.

Edit file `k8s.gcr.io/images/k8s-staging-kustomize/images.yaml`
Edit file `registry.k8s.io/images/k8s-staging-kustomize/images.yaml`
to add the new kustomize version and the image sha256.

Image sha256 can be found in the image registry in the GCP
Expand Down
4 changes: 2 additions & 2 deletions site/content/en/docs/Getting started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ See [GCR page] for available images.
The following commands are how to pull and run kustomize {{<example-semver-version>}} docker image.

```bash
docker pull k8s.gcr.io/kustomize/kustomize:{{< example-version >}}
docker run k8s.gcr.io/kustomize/kustomize:{{< example-version >}} version
docker pull registry.k8s.io/kustomize/kustomize:{{< example-version >}}
docker run registry.k8s.io/kustomize/kustomize:{{< example-version >}} version
```

## Go Source
Expand Down

0 comments on commit 75b46de

Please sign in to comment.