When installing the Operator (v2) via Helm and using renovate to keep it up-to-date, the inconsistent versioning between Releases and the Charts files makes the configuration of renovate unnecessarily complicated:
Release are tagged with a v prefix: https://github.com/Azure/azure-service-operator/releases/tag/v2.18.0
Chart archives don't have the v prefix: https://github.com/Azure/azure-service-operator/blob/main/v2/charts/azure-service-operator-2.18.0.tgz
As the charts are not published to a Helm registry but are stored in the repository, we can't simply use the helm datasource for our renovate configuration and are reliant on the versions being consistent.
When installing the Operator (v2) via Helm and using renovate to keep it up-to-date, the inconsistent versioning between Releases and the Charts files makes the configuration of renovate unnecessarily complicated:
Release are tagged with a
vprefix: https://github.com/Azure/azure-service-operator/releases/tag/v2.18.0Chart archives don't have the
vprefix: https://github.com/Azure/azure-service-operator/blob/main/v2/charts/azure-service-operator-2.18.0.tgzAs the charts are not published to a Helm registry but are stored in the repository, we can't simply use the
helmdatasource for our renovate configuration and are reliant on the versions being consistent.