Skip to content

Conversation

hebertdougl
Copy link

Hi there, I found a bug when try to install this package using the helm chart and I would like to suggest the fix for this.

The error is ErrImagePull and this bug start when this repo migrate from dockerhub to ghcr. This happens because the helm chart try to download the image ghcr.io/labbs/github-actions-exporter:v1.9.0 (here), but this image tag doesn't exists on ghcr.

All image tags on ghcr was generated without the prefix v and my suggestion is put this prefix to mantain the same pattern that was used in the dockerhub.

So I did this fix using the docker metadata docs and below have the comparasion tags:

  • before: latest, sha-5e37462, 1, 1.9, 1.9.0
  • result: latest, sha-5e37462, v1, v1.9, v1.9.0

@millena-cunha
Copy link

This is the solution that I was waiting for. Thanks, Hebert!

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

Successfully merging this pull request may close these issues.

2 participants