Helm push chart to gitlab registry shows not found.
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Hi team
I tried to use the gitlab helm chart to store helm chart, but some error shows as below:
Error: failed commit on ref "manifest-sha256:8c62fd94569ea270e1effcb2e3156a5ffbd05948a56e118c9543290ebd13d3a6": unexpected status: 404 Not Found
The basic info for environment :
helm version
version.BuildInfo{Version:"v3.9.0", GitCommit:"7ceeda6c585217a19a1131663d8cd1f7d641b2a7", GitTreeState:"clean", GoVersion:"go1.17.5"}
Helm push command
helm push {CHART}.tgz ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/helm/stable
where {CHART} is my demo chart,
ls -ltr
-rw-r--r-- 1 xiaomage staff 3554 Jul 8 14:14 devops-0.1.0.tgz
I found the info on docs here, it shows
Does this mean gitlab helm push can not support the 3.9.x version now? If not,how to fix this issue.
Edited by 🤖 GitLab Bot 🤖
