This message was deleted.
# fleet
a
This message was deleted.
1
b
When you push a new image to the container registry you'd tag it with a new version. Then change the tag in the deployment manifest directly so like
image: my app:v1
->
image: myapp:v2
Depending on the pipeline you're using as part of your image build process you can have a successful image build automatically commit those changes with the new tag to repo fleet is watching.
e
That makes total sense! Thank You! I'm kinda new to Gitlab too, so I wasn't sure what was possible for "cross repo" type actions. We're good at building and deploying the container to the regsitry, but thats where our expertise is ending. 🙂