Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

[stable/several] Transition from stable to bitnami #20969

Closed
29 tasks done
carrodher opened this issue Feb 24, 2020 · 2 comments
Closed
29 tasks done

[stable/several] Transition from stable to bitnami #20969

carrodher opened this issue Feb 24, 2020 · 2 comments

Comments

@carrodher
Copy link
Collaborator

carrodher commented Feb 24, 2020

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

This was referenced Mar 10, 2020
@stale stale bot added lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels Mar 26, 2020
@scottrigby
Copy link
Member

This is complete, and users appear to have transitioned without trouble. Thanks @carrodher for all your work on this! 💯

HazWard added a commit to Unity-Technologies/open-match that referenced this issue Dec 17, 2020
- The stable chart was moved to binami (helm/charts#20969)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants