I have an openshift build that triggers when an imagestream updates. My imagestream is setup to pull the image with tag :latest from a remote gitlab registry. The imagestream can pull correctly and I can schedule it to check for updates using the schedule flag that checks for changes every 15 minutes.
The issue:
I want the imagestream to update immediately (to trigger the build) when the upstream image updates. It doesn't, but the openshift documentation is unclear to me on whether it is supposed to. If it's not watching for image updates by default is there a way I can configure this?
question from:
https://stackoverflow.com/questions/66067676/updating-openshift-imagestream-automatically 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…