Context
With the Helm 3 release, there are some changes affecting the charts repository. Some changes are due to technical reasons, while others are to facilitate the maintenance of the charts.
About the second item, in the next months stable/incubator are going to be de-listed from Hubs (in fact, they are already not included by default in Helm 3). Here you can find more information about the distributed approach to maintain charts.
That means each chart maintainer should move the charts to their own repository, and of course, maintain them, provide support, include them in Kubeapps Hub, etc
Given the stable deprecation timeline, from Bitnami we are going to start moving the charts maintained by us to https://github.com/bitnami/charts.
This repository is already included in the Hubs and we will provide the same cadence of updates, support, etc that we've been keeping here these years. Installation instructions are very similar, just adding the bitnami repo and using it during the installation (bitnami/<chart> instead of stable/<chart>)
$ helm repo add bitnami https://charts.bitnami.com/bitnami
$ helm install my-release bitnami/<chart> # Helm 3
$ helm install --name my-release bitnami/<chart> # Helm 2
After the migration takes place, issues/PRs related to the charts itself will be redirected to bitnami/charts, we'll be happy to answer questions related to this migration in this Issue, k8s Slack, etc.
Action plan
- Deprecate the charts from stable repo.
- Add a note in each chart README pointing to the new location.
- Update this issue so users can have a commonplace to see the reason, process, feel comfortable with the move, (comment if they feel like it), etc.
Affected charts
Context
With the Helm 3 release, there are some changes affecting the charts repository. Some changes are due to technical reasons, while others are to facilitate the maintenance of the charts.
About the second item, in the next months
stable/incubatorare going to be de-listed from Hubs (in fact, they are already not included by default in Helm 3). Here you can find more information about the distributed approach to maintain charts.That means each chart maintainer should move the charts to their own repository, and of course, maintain them, provide support, include them in Kubeapps Hub, etc
Given the
stabledeprecation timeline, from Bitnami we are going to start moving the charts maintained by us to https://github.com/bitnami/charts.This repository is already included in the Hubs and we will provide the same cadence of updates, support, etc that we've been keeping here these years. Installation instructions are very similar, just adding the bitnami repo and using it during the installation (
bitnami/<chart>instead ofstable/<chart>)After the migration takes place, issues/PRs related to the charts itself will be redirected to
bitnami/charts, we'll be happy to answer questions related to this migration in this Issue, k8s Slack, etc.Action plan
Affected charts