Skip to content

Commit

Permalink
doc: post-release doc update
Browse files Browse the repository at this point in the history
Update the post-release install overlays update doc
to use the helper script
  • Loading branch information
stevenhorsman authored and wainersm committed Aug 12, 2024
1 parent f57a8a3 commit 6d0e908
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/Release-Process.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,7 @@ The CoCo operator reference commit in the [versions.yaml](../src/cloud-api-adapt

The changes on the overlay kustomization files should be reverted to start using the latest cloud-api-adaptor images again:
```
pushd src/cloud-api-adaptor/install/overlays/
for provider in aws azure ibmcloud ibmcloud-powervs libvirt vsphere; do cd ${provider}; kustomize edit set image cloud-api-adaptor=quay.io/confidential-containers/cloud-api-adaptor:latest; cd -; done
popd
./hack/release-helper.sh caa-image-tag latest
```

The `CITATION.cff` needs to be updated with the dates from the release.

0 comments on commit 6d0e908

Please sign in to comment.