-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Remove invalid imagePushSecret from BuildConfig when using internal registry #35695
Conversation
✔️ The latest workflow run for the pull request has completed successfully. It should be safe to merge provided you have a look at the other checks in the summary. |
@geoand This fix seems to have been added to the 3.4.0 or later version.
|
@danieloh30 this will be backported to the next 3.3 release as well as being part of 3.4.0.CR1 |
sounds cool! thx for a quick answer @geoand |
🙏🏼 |
@danieloh30: a workaround would be to create an empty image push secret. Haven't tried it, but it should possibly work. |
An alternative workaround I tried is to remove the registry completely, set an empty image group (so that the image is a single segment image) and rely on the fact that the ImageStreams use local lookup policy. While this works ok for |
That's really helpful and good to know! |
While not being able to fully dive into this issue, I can nevertheless that Not sure if this helpful in this context though :-) |
Good to know @rhuss I'd better wait for the next release for this :) |
Resolves: #35647