-
Notifications
You must be signed in to change notification settings - Fork 277
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
GPG signed commits not working #976
Comments
Weird. It seems Alpine's gpg package doesn't contain gpg-agent anymore. Submitted #978 to fix that. |
Neat, that was fast! Thank you so much! I’m super happy and appreciative of all the renewed effort being put into Image Updater! Do you have a release planned that contains this fix? |
I think we can cherry pick this PR and put out 0.15.2 pretty soon. @chengfang are there other fixes you can think of that should go into a 0.15.2? |
0.15.2 was released on 2025-01-06: https://github.com/argoproj-labs/argocd-image-updater/releases |
@chengfang thank you! I can confirm that commits are now properly signed:
Happy new year! 🎆 |
Describe the bug
I assumed, since it's mentioned in the documentation, that GPG signing would already be possible.
Since I'm using the ArgoCD image updater Helm chart, I added my key via a secret and imported it into the keyring via an init container.
Unfortunately, that doesn't seem to be enough and ultimately, it fails. See below for logs.
There seems to be some work in #427 but it looks abandoned
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The commit should be signed.
Version
Logs
The text was updated successfully, but these errors were encountered: