Skip to content
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

Re-evaluate how we push remote images #80

Open
petewall opened this issue Nov 8, 2021 · 0 comments
Open

Re-evaluate how we push remote images #80

petewall opened this issue Nov 8, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@petewall
Copy link
Contributor

petewall commented Nov 8, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants
@petewall and others