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

Use https to retrieve latest tags for Helm chart pins #362

Merged
merged 1 commit into from
Apr 14, 2022

Conversation

zanieb
Copy link
Contributor

@zanieb zanieb commented Apr 14, 2022

Using git:// without authentication is no longer supported and causes the following failure resulting in invalid version tags in the published chart.

fatal: remote error: 
  The unauthenticated git protocol on port 9418 is no longer supported.
Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.

Closes #361 and #357

@zanieb zanieb requested review from cicdw and zangell44 as code owners April 14, 2022 19:04
@zanieb zanieb linked an issue Apr 14, 2022 that may be closed by this pull request
@zanieb zanieb merged commit 93c4003 into master Apr 14, 2022
@zanieb zanieb deleted the fix-helm-versions branch April 14, 2022 19:13
@zanieb zanieb mentioned this pull request Apr 14, 2022
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.

Latest Helm chart does not pin versions [Helm] Updating helm chart to 2022.03.29 fails
2 participants