asset-relocation-tool-for-kubernetes icon indicating copy to clipboard operation
asset-relocation-tool-for-kubernetes copied to clipboard

Re-evaluate how we push remote images

Open petewall opened this issue 3 years ago • 0 comments

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.

petewall avatar Nov 08 '21 21:11 petewall