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

Require Helm 3 to allow for enhancements #1994

Merged
merged 1 commit into from
Jan 21, 2021

Commits on Jan 20, 2021

  1. breaking: require Helm 3 by updating Chart.yaml's apiVersion

    Helm 2 reached end of life in November 2020, so for future releases of
    this Helm chart, just like many other Helm charts have opted to do, we
    drop support for Helm 2 and allow ourselves to depend on Helm 3. By
    updating this Chart.yaml to apiVersion 2 we will require Helm 3.
    
    By relying on Helm 3.1+, we can solve some long standing issues, for
    example the need to manually specify proxy.secretToken.
    consideRatio committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    4443302 View commit details
    Browse the repository at this point in the history