-
Notifications
You must be signed in to change notification settings - Fork 553
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
build: Fix helm chart pushing #2007
Conversation
Install the helm package based on the version specified in the build.env Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
from helm v3.x version there is no helm init command. Removing the helm init which was causing helm chart pushing issue in release and devel branch. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
skipping e2e as the change is in deploy.sh which will get executed when the PR is merged. |
This pull request has been merged with the This option will be ignored starting May 1st, 2021, and removed This option can be replaced by |
@Madhu-1 good to backport this to 3.3 branch too. |
Doing it |
@Mergifyio backport release-v3.2 |
Command
|
Removed helm init commands as helm v3.x does not have the
init
command see helm/helm#6996 and also install the helm from the version specified in the build.envresolves #2006
Signed-off-by: Madhu Rajanna madhupr007@gmail.com