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

Updating stable helm chart location #14124

Merged
merged 2 commits into from
Dec 23, 2020

Conversation

shigupt202
Copy link
Contributor

@shigupt202 shigupt202 commented Dec 22, 2020

Task name: HelmInstallerV0, HelmInstallerV1

Description: Updating the stable helm chart location to fix breaking helm init command

Documentation changes required: (Y/N) N

Added unit tests: (Y/N) N

Attached related issue: (Y/N) N

Checklist:

  • Task version was bumped - please check instruction how to do it
  • Checked that applied changes work as expected

@@ -41,6 +41,8 @@ async function verifyHelm() {
var helmTool = tl.tool(helmToolPath);
helmTool.arg("init");
helmTool.arg("--client-only");
helmTool.arg("--stable-repo-url");
Copy link
Contributor

Choose a reason for hiding this comment

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

This would work only for the latest versions right?

Choose a reason for hiding this comment

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

Yes, looks to be specific to version specific problem.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No, since the specified the url is valid, it doesn't matter what helm version is calling that url. It works with older versions also, I have verified it.

@shigupt202 shigupt202 merged commit 3fc6b5d into master Dec 23, 2020
amit-avit pushed a commit to amit-avit/azure-pipelines-tasks that referenced this pull request Jan 18, 2021
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.

4 participants