Bug in \geospatial\devops\azure\charts\geospatial\README.md
In the README.md file, the image names for the Provider and Transformer are constructed using the format image_base_name_VVersion:Version. This means that it uses $version as the tag. For instance, community.opengroup.org:5555/osdu/platform/consumption/geospatial/geospatial-transformer-v0-99-07:0-99-07. However, this specific tag is not present in the image container, causing Helm to be unable to locate the image. Upon checking the image names in the repository, I found a solution to this issue by using ‘latest’ as the tag. This change has been reflected in the modified version of the file.