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

Kustomize using Helm Charts - Constantly updating images #814

Open
tman5 opened this issue Aug 6, 2024 · 2 comments
Open

Kustomize using Helm Charts - Constantly updating images #814

tman5 opened this issue Aug 6, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@tman5
Copy link

tman5 commented Aug 6, 2024

We're using Helm charts through Kustomize. During every update cycle the images are being updated even if there are no image updates in the upstream repo:

2024-08-06T10:43:27.268478185-04:00 stdout F time="2024-08-06T14:43:27Z" level=info msg="Successfully updated image 'registry.local/myapp@dummy' to 'registry.local/myapp@sha', but pending spec update (dry run=false)" alias=myapp application=myapp image_name=myapp image_tag=app registry=registry.local

I have these annotations on the application object, however, I don't think they do anything because it's using kustomize not helm. But the problem is it keeps trying to update

        argocd-image-updater.argoproj.io/myapp.helm.image-name: image.repository
        argocd-image-updater.argoproj.io/myapp.helm.image-tag: image.tag
@tman5 tman5 added the bug Something isn't working label Aug 6, 2024
@chengfang
Copy link
Collaborator

@tman5 can you share more application details, trace logs, etc? Does it happen with digest update strategy, or happen to other strategies too?

@tman5
Copy link
Author

tman5 commented Sep 12, 2024

Digest update strategy - that's the only one that works for our workflow. What other details do you need specifically? It's a custom helm chart we developed and it's using the helm chart inflator in kustomize.

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

2 participants