redhat-cop / redhat-cop/group-sync-operator
Deployment from Helm chart addresses wrong image tag
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 132
- Forks
- 71
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
Not sure if it's the right forum to report :-)
I've encountered this issue with 0.0.16 and now with 0.0.18.
Deployment created by Helm chart from repo https://redhat-cop.github.io/group-sync-operator contains a typo.
It attempts to get image tagged as 0.0.18 instead of v0.0.18. Results in a failed installation of course.
It is:
image: quay.io/redhat-cop/group-sync-operator:0.0.18
Should be:
image: quay.io/redhat-cop/group-sync-operator:v0.0.18

Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open the Helm chart repository at https://redhat-cop.github.io/group-sync-operator and search for the image reference shown in the issue. Inspect how the chart renders the deployment image tag, then verify that the rendered image uses the v0.0.18 form rather than 0.0.18.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- helm
- Domain
- devops
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100