-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade mojaloop helm charts to use helm version 3.0.0 #1070
Comments
@elnyry is there any need here to support both Helm v2 and v3 at the same time? Or is it not worth worrying about? |
@lewisdaly Its worth worrying about sure ;-), but I think we need to keep things manageable for the core team. Taking that into consideration, I'm thinking the core team will focus on v3, whereas any volunteers from the Community can look into supporting v2, if there is a real need for it. |
I think we may need to think how best to do this. Perhaps we need a new helm repo for v3, allowing for v2 to remain in the current repo...assuming that we cannot support both v2 and v3 from the same code-base/repo. |
Outcome of this investigation:
Next steps:
Additional info on migrating existing deployments using v2_v3 plugin: |
Are we going to update this story? |
Documentation to be followed-up in #1283 |
@elnyry what's the plan here regarding support for both helm 2 and helm 3 support. The linked PR says [DO NOT MERGE]? |
From what I've been able to see, we can still deploy helm2 charts with helm3. So the only thing we need to do in the master branch is update the install instructions with helm3. In terms of having a separate helm repo for v3, as @mdebarros suggests, I think it's a good idea, as long as both helm repos can be updated easily from the same github repo. |
@lewisdaly - wanted to get a consensus regarding support for helm2/3 before merging, hence the notice, not to merge before that. However, I think we're leaning towards going ahead with the merge now.. |
Cool. Thanks for the update. |
Goal:
As a maintainer of ML OSS
I want to upgrade helm charts to version 3.0.0
so that the latest features in helm 3.0.0 can be used and to ensure that the charts are up-to-date
Tasks:
Acceptance Criteria:
Pull Requests:
Follow-up:
Dependencies:
Accountability:
The text was updated successfully, but these errors were encountered: