You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
REGISTRY | The registry name | Yes | docker.io/<username>
29
-
IMAGE_NAME | The image name (default: capi-openstack-controller | No | capi-openstack-controller
30
-
VERSION | The image version (default: dev) | No | latest
28
+
REGISTRY | The registry name | Yes | docker.io/\<username\>
29
+
IMAGE_NAME | The image name (default: capi-openstack-controller) | No | capi-openstack-controller
30
+
TAG | The image version (default: dev) | No | latest
31
31
32
32
Execute the command to build and upload the image to the Docker registry.
33
33
@@ -37,7 +37,7 @@ make docker-build docker-push
37
37
38
38
### Using your own capi-openstack controller image
39
39
40
-
After generating `provider-components.yaml`, replace the `gcr.io/k8s-staging-capi-openstack/capi-openstack-controller:latest` with your image.
40
+
After generating `provider-components.yaml`, replace the `us.gcr.io/k8s-artifacts-prod/capi-openstack/capi-openstack-controller:v0.2.0` with your image.
0 commit comments