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

feat(helm): Add kubeVersionOverride for Helm chart #14434

Merged
merged 4 commits into from
Oct 21, 2024

Commits on Oct 9, 2024

  1. Feat: Add kubeVersionOverride for Helm chart

    With this change is now possible to override the
    `.Capabilities.KubeVersion.Version` parameter with a fixed Kubernetes
    version using `kubeVersionOverride` in values.yaml file.
    
    Overriding the kubeVersion allows chart's user to generate templates
    from the chart that can be deployed to cluster that are not directly
    accessible from the user's CLI and run a different Kubernetes version.
    
    Signed-off-by: Manuel Castellin <manuel@castellinconsulting.com>
    mcastellin committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    0a1a2e0 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    ca4dc57 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    48b7c6b View commit details
    Browse the repository at this point in the history
  2. generate docs

    mcastellin committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    4c4be6b View commit details
    Browse the repository at this point in the history