Promitor provides Helm charts to simplify deployments on a Kubernetes cluster which are hosted on Azure Container Registry.
Unfortunately, Azure Container Registry has dedicated URLs that pinpoints the Azure Container Registry instance. This is not ideal given it will break customers if we decide to move our Helm charts elsewhere. Because of this, we are introducing a new Helm chart registry which is hosted on GitHub and served on https://charts.promitor.io/.
This allows us to reduce the cost and avoid the tight-coupling for customers on Microsoft Azure. We are now future-ready in case we need to move our Helm chart registry.
Deprecated as of:
1st of January, 2021
Will be removed on:
1st of April, 2021
Impact:
Migration is required - Helm users need to use our new Helm registry which is available on https://charts.promitor.io and available on GitHub.
How to migrate:
- Remove your current Promitor Helm repo
❯ helm repo remove promitor
"promitor" has been removed from your repositories
- Add our new Promitor Helm repo
❯ helm repo add promitor https://charts.promitor.io/
"promitor" has been added to your repositories
- Update your Helm repos
❯ helm repo update
Hang tight while we grab the latest from your chart repositories...
...Successfully got an update from the "promitor" chart repository
Update Complete. ⎈ Happy Helming!⎈
Alternative:
None.
Promitor provides Helm charts to simplify deployments on a Kubernetes cluster which are hosted on Azure Container Registry.
Unfortunately, Azure Container Registry has dedicated URLs that pinpoints the Azure Container Registry instance. This is not ideal given it will break customers if we decide to move our Helm charts elsewhere. Because of this, we are introducing a new Helm chart registry which is hosted on GitHub and served on https://charts.promitor.io/.
This allows us to reduce the cost and avoid the tight-coupling for customers on Microsoft Azure. We are now future-ready in case we need to move our Helm chart registry.
Deprecated as of:
1st of January, 2021
Will be removed on:
1st of April, 2021
Impact:
Migration is required - Helm users need to use our new Helm registry which is available on https://charts.promitor.io and available on GitHub.
How to migrate:
Alternative:
None.