Closed avdeev-a closed 3 years ago
Thanks for the report. This repo is for Flux v1.
Have you found the image update guide for Flux v2? There are more steps than what you described here, you need to create ImageUpdateAutomation
and ImageRepo as well as some other associated resources, then add ImagePolicy tags in comments to the YAML manifests that you wish to be updated.
@kingdonb Thank you for updates! Closed.
Describe the bug
I use Flux v2. After a new docker images was build and pushed in to AWS ECR, flux did,'t update deployment image. The image tag is the same but hashes are different.
To Reproduce
Steps to reproduce the behaviour:
flux bootstrap gitlab \ --components-extra=image-reflector-controller,image-automation-controller \ --hostname=gitlab.local \ --token-auth \ --owner=platform \ --repository=kube-dev \ --branch=main \ --path=dev
Expected behavior
Update deployment image with a new hash and the same tag.
Logs No errors in logs.
Additional context