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

Setting non-default image breaks deployment due to release tag mis-match. #3528

Open
vennemp opened this issue Sep 6, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@vennemp
Copy link

vennemp commented Sep 6, 2024

If you set the image repository to something that is non-default, the helm chart may not update due to a tag mis-match.

  Warning  Failed     2m19s (x4 over 3m50s)  kubelet            Failed to pull image "openpolicyagent/gatekeeper-crds:latest": rpc error: code = NotFound desc = failed to pull and unpack image "docker.io/openpolicyagent/gatekeeper-crds:latest": failed to resolve reference "docker.io/openpolicyagent/gatekeeper-crds:latest": docker.io/openpolicyagent/gatekeeper-crds:latest: not found
  Warning  Failed     2m19s (x4 over 3m50s)  kubelet            Error: ErrImagePull
  Warning  Failed     2m5s (x6 over 3m49s)   kubelet            Error: ImagePullBackOff
  Normal   BackOff    111s (x7 over 3m49s)   kubelet            Back-off pulling image "openpolicyagent/gatekeeper-crds:latest"
Screenshot 2024-09-05 at 9 25 38 PM

What did you expect to happen:
Add a separate value for the crdRepository release tag. So this can be decoupled.

@vennemp vennemp added the bug Something isn't working label Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant