You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a Helm repository requires authentication to access, the pre-commit hook is unable to access it.
Error: looks like "https://charts.private.repo.test/" is not a valid chart repository or cannot be reached: failed to fetch https://charts.private.repo.test/index.yaml : 401 Unauthorized
Reproduction
Add HelmRepository resource that requires authentication for access. For example:
thanks for pointing this out, the linked issue looks like a great way to solve this, I think it's not worth doing anything without that, it would be quite complex trying to figure out the username and password from the secretRef
Issue
If a Helm repository requires authentication to access, the pre-commit hook is unable to access it.
Error: looks like "https://charts.private.repo.test/" is not a valid chart repository or cannot be reached: failed to fetch https://charts.private.repo.test/index.yaml : 401 Unauthorized
Reproduction
Add
HelmRepository
resource that requires authentication for access. For example:The text was updated successfully, but these errors were encountered: