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
{{ message }}
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
In #1726, a large part of the problem was that missing the trailing slash from the repository URL in the HelmRelease causes a couple of problems:
It can mean helm-op doesn't find authentication details in credentials.yaml, if they happen to have the trailing slash
When downloading a chart tarball, the constructed URL will be missing a path element if there's no trailing slash (e.g., https://myrepo/helm/charts + mychart-1.0.1.tar = https://myrepo/helm/mychart-1.0.1.tar).
The text was updated successfully, but these errors were encountered:
In #1726, a large part of the problem was that missing the trailing slash from the repository URL in the HelmRelease causes a couple of problems:
https://myrepo/helm/charts + mychart-1.0.1.tar = https://myrepo/helm/mychart-1.0.1.tar
).The text was updated successfully, but these errors were encountered: