images are not fetched using HelmRelease #1249
Unanswered
kadzielawa
asked this question in
Q&A
Replies: 1 comment 11 replies
-
The |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
thank you for your powerful tool, I really like it! great job ! it's big milestone to gitops :)
I have problem with fluxcd2 because during creating processes which would be automatically after pushing images to ECR repository, HelmRelease is not upgrading containers however ImageUpdateAutomation works great and helm values file is updated on git repository very well.
not upgrading containers - I mean that even in repository the image is in the newest version eg.(sdd9) container is still in wrong version...
do you have any ideas what it's wrong with those files?
flux logs doesn't return nothing special... I see only that every one minute updating working.
something like values.yaml are not valid recognize by kubernetes
structure (my-private-repo)
-file1.yml
-file2.yml
-file3.yml
---eks(directory)
-------heyflux(directory)
----------values.yaml
----------Chart.yaml
----------rest chart files
file1.yml
file2.yml
file3.yml:
eks/heyflux/values.yaml
Beta Was this translation helpful? Give feedback.
All reactions