The only Helm chart that is published is that for the latest version of the operator. If I understand https://github.com/ansible/awx-operator/tree/devel/.helm/starter correctly, this is due to a limitation in the way the chart is published. I presume that when the next version of the AWX Operator is released that the Helm chart that is currently available will not be available anymore.
Are there plans to improve this and ensure that historical versions will remain available?
There was a bug around this in the past where only the latest helm chart was listed in index.yaml on the gh-pages branch, leading to only the latest version being available to helm. This has been fixed.
The timestamps for older charts will change when a new version is released because we are generating index.yaml every time. But functionally there is no difference, older version of the awx-operator helm chart will still be available.
There is some context on this PR and the linked PR’s: