Skip to content

Commit da6041d

Browse files
authored
Fix development.md (#510)
minor fix
1 parent e4db199 commit da6041d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/development.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ Log in to your registry account. Export the following environment variables whic
2525

2626
Variable | Meaning | Mandatory | Example
2727
------------ | ------------- | ------------- | -------------
28-
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
3131

3232
Execute the command to build and upload the image to the Docker registry.
3333

@@ -37,7 +37,7 @@ make docker-build docker-push
3737

3838
### Using your own capi-openstack controller image
3939

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.
4141

4242
## Developing with Tilt
4343

0 commit comments

Comments
 (0)