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
Hello,
i am using the plugin to package and push to GCP artifact registry with oci protocol.
My registry is private but it seem that the plugin is not doing the login before "helm dependecy update" command so it fails with 403.
Anyway by checking the code here it seem you are checking CHARTMUSEUM_REPO_NAME before you add the repo and login.
This paramter "CHARTMUSEUM_REPO_NAME" is not documented anywhere.
I have passed this env input but it seem not to arrive alway null/empty
Hello,
i am using the plugin to package and push to GCP artifact registry with oci protocol.
My registry is private but it seem that the plugin is not doing the login before "helm dependecy update" command so it fails with 403.
Anyway by checking the code here it seem you are checking CHARTMUSEUM_REPO_NAME before you add the repo and login.
This paramter "CHARTMUSEUM_REPO_NAME" is not documented anywhere.
I have passed this env input but it seem not to arrive alway null/empty
you can see the code i'm talking about here -> https://github.com/Goodsmileduck/helm-push-action/blob/master/entrypoint.sh#L44
Thanks
Please get back to me as soon as you can
The text was updated successfully, but these errors were encountered: