We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
+
e.g. v0.1.86-alpha+a857d7c can be seen in the YAML index as:
v0.1.86-alpha+a857d7c
- apiVersion: v2 created: "2022-11-24T09:39:55.864130924Z" description: Deploy digest: 241ab62077ab3ca7f0e173b3400ee11fa3bbcb1b845be2ddf63cc3beb73a6ac3 name: deploy type: library urls: - deploy-v0.1.86-alpha%2Ba857d7c.tgz version: v0.1.86-alpha+a857d7c
Then Helm later tries to download from a URL like: https://...../deploy-v0.1.86-alpha%252Ba857d7c.tgz, where %252B appears to be a doubly escaped +.
https://...../deploy-v0.1.86-alpha%252Ba857d7c.tgz
%252B
The text was updated successfully, but these errors were encountered:
No branches or pull requests
e.g.
v0.1.86-alpha+a857d7c
can be seen in the YAML index as:Then Helm later tries to download from a URL like:
https://...../deploy-v0.1.86-alpha%252Ba857d7c.tgz
, where%252B
appears to be a doubly escaped+
.The text was updated successfully, but these errors were encountered: