When we moved to this repo, we decided to move away from hosting our charts on https://kedacore.azureedge.net/helm over https://kedacore.github.io/charts. (see helm/hub#181)
Unfortunately, this means that we are losing our Helm chart versioning.
I'd suggest to publish our Helm chart to an OCI-compatible repo such as Azure Container Registry so that:
- We can version our Helm charts
- We can use releases on this repo to track changes
- People who are using an older version can stick to an older chart
When we moved to this repo, we decided to move away from hosting our charts on
https://kedacore.azureedge.net/helmoverhttps://kedacore.github.io/charts. (see helm/hub#181)Unfortunately, this means that we are losing our Helm chart versioning.
I'd suggest to publish our Helm chart to an OCI-compatible repo such as Azure Container Registry so that: