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
On helm release, the package URL generated inside the helm chart structure, the index.yaml file, are invalid with an unwanted /static/ in the URL which results in a 404 error.
For example https://docs.layer5.io/static/charts/layer5-cloud-v0.8.133.tgz.
It appears to be the way Hugo handles the static folder.
Expected Behavior
The helm package download URL should work.
The URL should be https://docs.layer5.io/charts/layer5-cloud-v0.8.133.tgz for it to work.
Current Behavior
On helm release, the package URL generated inside the helm chart structure, the
index.yaml
file, are invalid with an unwanted/static/
in the URL which results in a 404 error.For example
https://docs.layer5.io/static/charts/layer5-cloud-v0.8.133.tgz
.It appears to be the way Hugo handles the
static
folder.Expected Behavior
The helm package download URL should work.
The URL should be
https://docs.layer5.io/charts/layer5-cloud-v0.8.133.tgz
for it to work.Screenshots/Logs
Environment
Contributor Guide and Resources
The text was updated successfully, but these errors were encountered: