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

Add a --kube-version option to pass to helm template #24

Merged
merged 3 commits into from
Aug 30, 2023

Commits on Aug 30, 2023

  1. Add a --kube-version option to pass to helm template

    Currently, templates are only generated with the current Kubernetes
    version, but it is possible to validate against any schema. This
    means that it's not actually possible to generate what you intend
    to validate. This commit adds `--kube-version` option, which gets
    passed down to `helm template`.
    
    This option is deliberately separate from `--kubernetes-version`
    because a) they are passed to two different commands and b) there
    may be reasons why a user might want to validate against a schema
    that doesn't match what the template was generated for, such as to
    validate cross-version compatibility.
    deriamis committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    eeb06ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75c0791 View commit details
    Browse the repository at this point in the history
  3. Bump version

    deriamis committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    b1de8cf View commit details
    Browse the repository at this point in the history