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

Remove version check #158

Merged
merged 1 commit into from
Oct 3, 2023
Merged

Remove version check #158

merged 1 commit into from
Oct 3, 2023

Conversation

petewall
Copy link
Collaborator

@petewall petewall commented Oct 3, 2023

The idea was to check that we're running a version of Helm after 3.7, but the .Capabilities.HelmVersion wasn't added until 3.9. Meaning this check will either:

  • Always pass on versions 3.9 or later
  • Will fail on versions 3.8 or earlier

…rsion of Helm after 3.7, but the .Capabilities.HelmVersion wasn't added until 3.9

Signed-off-by: Pete Wall <pete.wall@grafana.com>
@petewall petewall self-assigned this Oct 3, 2023
@petewall petewall merged commit 9e7ef46 into main Oct 3, 2023
5 checks passed
@petewall petewall deleted the fix/allow-skip-version-check branch October 3, 2023 21:09
petewall added a commit that referenced this pull request Oct 3, 2023
…rsion of Helm after 3.7, but the .Capabilities.HelmVersion wasn't added until 3.9 (#158)

Signed-off-by: Pete Wall <pete.wall@grafana.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant