From 974f92eefe30e4fb87b7c3ef9818e0a2bc5898f3 Mon Sep 17 00:00:00 2001 From: Kalibh Halford Date: Fri, 30 Jan 2026 09:16:07 +0000 Subject: [PATCH] DOC: Update README.md Update README.md removing date from image name. We are not using dates anymore. --- cluster-api/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster-api/README.md b/cluster-api/README.md index 3d5e9b7..01850bb 100644 --- a/cluster-api/README.md +++ b/cluster-api/README.md @@ -64,7 +64,7 @@ Addtionally, you will need to specify the cloud name in your session by exportin # Run build make -C k8s-image-builder/images/capi build-openstack-ubuntu-2204 # It will be released with the following properties: - # - name: capi-ubuntu-22.04-kube-- + # - name: capi-ubuntu-22.04-kube- # - visibility: private ``` 4. Follow steps for release [here](#update-an-image-for-release)