Skip to content

Conversation

@jbergler
Copy link

Details of Change

  • Fixes a couple of existing bugs (see below)
  • Adds support for --enable-helm (and installs helm in the process)

Issue

Test Results

  • Tested the changes in my own repositories

@jbergler jbergler requested a review from karancode as a code owner May 17, 2025 01:13
@jbergler
Copy link
Author

Hey @karancode - this PR tries to fix a few things in one shot since I gather from the history in various issues/pr's it seems like you're pretty busy. Hopefully this makes life a bit easier for you, and you just need to hit merge.

@@ -1,5 +1,5 @@
FROM alpine:3
RUN apk add --update --no-cache bash ca-certificates curl git jq openssh
RUN apk add --update --no-cache bash ca-certificates curl git jq openssh tar lastversion
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tar - because the busybox tar doesn't support wildcard
lastversion - because it provides an easy way to do semver comparisons (for the alpha plugins syntax)

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.

2 participants