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

[BUG] Latest chart has has invalid version numbers #698

Closed
pinkfloydx33 opened this issue Jun 21, 2024 · 7 comments
Closed

[BUG] Latest chart has has invalid version numbers #698

pinkfloydx33 opened this issue Jun 21, 2024 · 7 comments
Labels
kind/bug Something isn't working

Comments

@pinkfloydx33
Copy link

pinkfloydx33 commented Jun 21, 2024

Describe the bug
The current chart indicates version numbers with a double v, i.e. vv1.0.110. This is present in the default labels as well as the image tag.

version: vv1.0.110
image:
name: ghcr.io/stakater/reloader
tag: vv1.0.110
pullPolicy: IfNotPresent

This tag does not exist in the registry and thus the chart fails to install. In our case, an automatic upgrade via Flux has begun failing across all of our clusters where we allow minor version upgrades.

@pinkfloydx33 pinkfloydx33 added the kind/bug Something isn't working label Jun 21, 2024
@igorhrcek
Copy link

True, I can confirm the same issue:

│   Warning  Failed     46m (x4 over 48m)      kubelet            Failed to pull image "ghcr.io/stakater/reloader:vv1.0.110": rpc error: code = NotFound desc = failed to pull and unpack image "ghcr.io/stakater/reloader:vv1.0.110": fail │
│ ed to resolve reference "ghcr.io/stakater/reloader:vv1.0.110": ghcr.io/stakater/reloader:vv1.0.110: not found                                                                                                                             │

@MickaelCa
Copy link

Same here

Robusta Alert
● Container reloader
● Image ghcr.io/stakater/reloader:vv1.0.110
● Reason Image not found
● Fix Make sure the image repository, image name and image tag are correct.

@mimartin12
Copy link

mimartin12 commented Jun 21, 2024

Having similar issues, but with the latest version, (1.0.113). It's attempting to pull vv1.0.112, which I wouldn't expect in version 1.0.113. Either way, the image is miss-tagged.
image

@rasheedamir
Copy link
Member

#686

@MuneebAijaz
Copy link
Contributor

hi @pinkfloydx33 apologies for the trouble, can you check with 1.0.114 if it fixes the issue?
Apparently, docs and code workflows get triggered at the same time for PRs that have both kinds of changes, resulting in a clash.
we will take a look at it in the upcoming week

@pinkfloydx33
Copy link
Author

Hi @MuneebAijaz. It appears to have resolved itself. Thank you

@MuneebAijaz
Copy link
Contributor

closing it considering new versions fixed the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants