Skip to content

Commit 0836917

Browse files
zetaabmdbooth
andauthored
move to use registry.k8s.io (#2169)
* move to use registry.k8s.io * Update docs/cinder-csi-plugin/using-cinder-csi-plugin.md Co-authored-by: Matthew Booth <[email protected]> --------- Co-authored-by: Matthew Booth <[email protected]>
1 parent ff2d675 commit 0836917

File tree

19 files changed

+21
-21
lines changed

19 files changed

+21
-21
lines changed

charts/cinder-csi-plugin/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ csi:
5454
extraArgs: {}
5555
plugin:
5656
image:
57-
repository: docker.io/k8scloudprovider/cinder-csi-plugin
57+
repository: registry.k8s.io/provider-os/cinder-csi-plugin
5858
pullPolicy: IfNotPresent
5959
tag: # defaults to .Chart.AppVersion
6060
volumes:

charts/manila-csi-plugin/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ csimanila:
4141

4242
# Image spec
4343
image:
44-
repository: k8scloudprovider/manila-csi-plugin
44+
repository: registry.k8s.io/provider-os/manila-csi-plugin
4545
pullPolicy: IfNotPresent
4646
tag: # defaults to .Chart.AppVersion
4747

charts/openstack-cloud-controller-manager/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ commonAnnotations: {}
1111

1212
# Image repository name and tag
1313
image:
14-
repository: docker.io/k8scloudprovider/openstack-cloud-controller-manager
14+
repository: registry.k8s.io/provider-os/openstack-cloud-controller-manager
1515
tag: ""
1616

1717
# Additional containers which are run before the app containers are started.

docs/barbican-kms-plugin/using-barbican-kms-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ $ docker run -d --volume=/var/lib/kms:/var/lib/kms \
8383
--volume=/etc/kubernetes:/etc/kubernetes \
8484
-e socketpath=/var/lib/kms/kms.sock \
8585
-e cloudconfig=/etc/kubernetes/cloud-config \
86-
docker.io/k8scloudprovider/barbican-kms-plugin-amd64:latest
86+
registry.k8s.io/provider-os/barbican-kms-plugin:v1.27.0-alpha.0
8787
```
8888
6. Create /etc/kubernetes/encryption-config.yaml
8989
```

docs/cinder-csi-plugin/using-cinder-csi-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This plugin is compatible with CSI versions v1.3.0, v1.2.0 , v1.1.0, and v1.0.0
3636

3737
## Downloads
3838

39-
Stable released version images of the plugin can be found at [Docker Hub](https://hub.docker.com/r/k8scloudprovider/cinder-csi-plugin)
39+
Stable released version images of the plugin can be pulled from `registry.k8s.io/provider-os/cinder-csi-plugin:[release tag]`
4040

4141
## Kubernetes Compatibility
4242

docs/keystone-auth/using-keystone-webhook-authenticator-and-authorizer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,8 @@ Now we are ready to create the k8s-keystone-auth deployment and expose
251251
it as a service. There are several things we need to notice in the
252252
deployment manifest:
253253

254-
- We are using the official nightly-built image
255-
`k8scloudprovider/k8s-keystone-auth:latest`
254+
- We are using image
255+
`registry.k8s.io/provider-os/k8s-keystone-auth:v1.27.0-alpha.0`
256256
- We use `k8s-auth-policy` configmap created above.
257257
- The pod uses service account `keystone-auth` created above.
258258
- We use `keystone-auth-certs` secret created above to inject the

docs/magnum-auto-healer/using-magnum-auto-healer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ user_id=ceb61464a3d341ebabdf97d1d4b97099
7373
user_project_id=b23a5e41d1af4c20974bf58b4dff8e5a
7474
password=password
7575
region=RegionOne
76-
image=k8scloudprovider/magnum-auto-healer:latest
76+
image=registry.k8s.io/provider-os/magnum-auto-healer:v1.27.0-alpha.0
7777
7878
cat <<EOF | kubectl apply -f -
7979
---

docs/octavia-ingress-controller/using-octavia-ingress-controller.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Here are several other config options are not included in the example configurat
155155
### Deploy octavia-ingress-controller
156156

157157
```shell
158-
image="docker.io/k8scloudprovider/octavia-ingress-controller:latest"
158+
image="registry.k8s.io/provider-os/octavia-ingress-controller:v1.27.0-alpha.0"
159159
160160
cat <<EOF > /etc/kubernetes/octavia-ingress-controller/deployment.yaml
161161
---

examples/webhook/keystone-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
serviceAccountName: k8s-keystone
1919
containers:
2020
- name: k8s-keystone-auth
21-
image: k8scloudprovider/k8s-keystone-auth:latest
21+
image: registry.k8s.io/provider-os/k8s-keystone-auth:v1.27.0-alpha.0
2222
args:
2323
- ./bin/k8s-keystone-auth
2424
- --tls-cert-file

manifests/barbican-kms/pod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
spec:
66
containers:
77
- name: barbican-kms
8-
image: docker.io/k8scloudprovider/barbican-kms-plugin:latest
8+
image: registry.k8s.io/provider-os/barbican-kms-plugin:v1.27.0-alpha.0
99
args:
1010
- "--socketpath=/kms/kms.sock"
1111
- "--cloud-config=/etc/kubernetes/cloud-config"

0 commit comments

Comments
 (0)