Skip to content

fix(helm): allow helm v4 binary in airgap (#3174)#3188

Open
Mallikarjunadevops wants to merge 1 commit intodevspace-sh:mainfrom
Mallikarjunadevops:fix/issue-3174-helm-v4
Open

fix(helm): allow helm v4 binary in airgap (#3174)#3188
Mallikarjunadevops wants to merge 1 commit intodevspace-sh:mainfrom
Mallikarjunadevops:fix/issue-3174-helm-v4

Conversation

@Mallikarjunadevops
Copy link
Copy Markdown

Fixes #3174.

This Pull Request introduces an isolated helm/downloader module to successfully intercept the IsValid check for the Helm module. By securely bypassing the .v3: regex lock, DevSpace now seamlessly resolves locally-installed Helm binaries matching v3. or v4. without inadvertently triggering a missing network download from get.helm.sh under airgapped restrictions.

Tested successfully via Go tests and go build ./... locally.

@netlify
Copy link
Copy Markdown

netlify bot commented Mar 28, 2026

Deploy Preview for devspace-docs canceled.

Built without sensitive environment variables

Name Link
🔨 Latest commit a7864e5
🔍 Latest deploy log https://app.netlify.com/projects/devspace-docs/deploys/69c74c272173550008a84b4d

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.

Devspace try to download helm even if it is already in $PATH

1 participant