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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: