asset-relocation-tool-for-kubernetes
asset-relocation-tool-for-kubernetes copied to clipboard
Re-evaluate how we push remote images
We are currently checking if an image exists on a tag by tag basis.
imagine if the helm chart has three images:
-
myimage:latest
-
myimage:1
-
myimage:1.2.3
and all three are the same image, just three different tags.
relok8s will currently try to push the same image three times. Ideally, we'd push one image, tagged three times.