You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
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:
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
The text was updated successfully, but these errors were encountered: