Skip to content
New issue

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

CHARTMUSEUM_REPO_NAME not passed down to bash entrypoint bash script #26

Open
allan-ayamah opened this issue Mar 25, 2023 · 2 comments
Open

Comments

@allan-ayamah
Copy link

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

@allan-ayamah
Copy link
Author

I also have a need where all first level directory in my charts/ contain different charts that needs packaging and all pushed to my registry.

I think I am going to fork this extend it for my use case.
I hope it's fine.
Thanks

@allan-ayamah
Copy link
Author

allan-ayamah commented Mar 26, 2023

So i did fork this repos and extended it a lot, can you take a look and let me know.
i have added more features and options

https://github.com/staysub/helm-push-action

Take a look at this too
https://github.com/staysub/helm-command-action

Thanks for the awesome head start.
My first action indeed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant