Skip to content
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

Dependencies - Helm v2 blocking from upgrading to k8s.io v0.18+ #65

Closed
stepanstipl opened this issue Oct 30, 2020 · 2 comments
Closed
Labels

Comments

@stepanstipl
Copy link
Contributor

Helm v2 is not compatible with k8s.io v0.18+ modules.

At the same time, this is stopping us from upgrading to latest Helm v3 (last compatible seems to be v3.1.3).

Go does not seem to support multiple minor versions of the same package. Solutions:

  • Not upgrade
  • Drop Helm v2 support
  • Fork helm v2 & lock dependencies by replace & importing them under a different name

We should also be careful as not to lose support for older K8s clusters like v 1.15 -> this calls for integration testing.

@github-actions
Copy link

Message to comment on stale issues. If none provided, will not mark issues stale

@github-actions github-actions bot added the stale label Dec 16, 2022
@stepanstipl
Copy link
Contributor Author

Resolved via #401

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant