-
Notifications
You must be signed in to change notification settings - Fork 55
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
Unable to execute any helm commands if chart has a dependent chart with helm 3.4.x #102
Comments
Same issue here with downloaded Helm:
|
loganmzz
added a commit
to loganmzz/unbroken-dome.gradle-helm-plugin.issues-102
that referenced
this issue
May 28, 2021
loganmzz
added a commit
to loganmzz/unbroken-dome.gradle-helm-plugin.issues-102
that referenced
this issue
May 28, 2021
loganmzz
added a commit
to loganmzz/unbroken-dome.gradle-helm-plugin.issues-102
that referenced
this issue
Jun 1, 2021
On my side, problem was solved by declaring repository in |
This seems to be caused by the same Helm bug for which I filed an issue earlier today: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
My helm chart does inherit from other dependent third party chart. After upgrading to helm 3.4.1 I'm getting errors like this:
The only way to fix that is to force the plugin to use local helm distribution via
downloadClient { }
and point to the version3.3.4
. Any other version, even downloaded locally, which is greater or equal to3.4.0
fails.OS: macOS Big Sur 11.0.1
System helm installed from brew: 3.4.1
JDK: openjdk version "11.0.9.1" 2020-11-04 LTS
The text was updated successfully, but these errors were encountered: