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
I have a helmoci repository in artifactory and a packaged helm chart file called test-chart-0.1.0.tgz. I am running helm push --debug test-chart-0.1.0.tgz oci://ARTIFACTORY_AUTHORITY/MY_HELM_REPO/PATH/TO/LOCATION to push my chart.
The command successfully uploads the chart if I logged in using helm command: helm registry login -u **** -p **** ARTIFACTORY_AUTHORITY.
However, if I helm registry logout ARTIFACTORY_AUTHORITY and use docker login instead, the push fails. The docker login command: docker login ARTIFACTORY_AUTHORITY -u **** -p ****
The error message:
Error: unexpected status from HEAD request to https://ARTIFACTORY_AUTHORITY/v2/MY_HELM_REPO/PATH/TO/LOCATION/test-chart/manifests/0.1.0: 403 Forbidden
helm.go:86: 2025-02-25 12:00:50.444740205 +0000 GMT m=+0.754214161 [debug] unexpected status from HEAD request to https://ARTIFACTORY_AUTHORITY/v2/MY_HELM_REPO/PATH/TO/LOCATION/test-chart/manifests/0.1.0: 403 Forbidden
I couldn't find any docs mentioning using helm registry login instead of docker login, so I presume this is not the expected behaviour, please correct me if that's wrong.
I have a
helmoci
repository in artifactory and a packaged helm chart file calledtest-chart-0.1.0.tgz
. I am runninghelm push --debug test-chart-0.1.0.tgz oci://ARTIFACTORY_AUTHORITY/MY_HELM_REPO/PATH/TO/LOCATION
to push my chart.The command successfully uploads the chart if I logged in using helm command:
helm registry login -u **** -p **** ARTIFACTORY_AUTHORITY
.However, if I
helm registry logout ARTIFACTORY_AUTHORITY
and use docker login instead, the push fails. The docker login command:docker login ARTIFACTORY_AUTHORITY -u **** -p ****
The error message:
I couldn't find any docs mentioning using
helm registry login
instead ofdocker login
, so I presume this is not the expected behaviour, please correct me if that's wrong.helm version
output:The text was updated successfully, but these errors were encountered: