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
After updating to flux 0.22, our image automation does not work correctly anymore, since the image names get cut off in the kustomization. Even after fixing it, flux always renames it.
In the example above flux removes the "e" from "service" and sets the newName in the kustomization like this: newName: eu.gcr.io/xxxxxxxxxxxxxxxxxxx/xxxxxx-invoice-servic # {"$imagepolicy": "flux-system:invoice-service:name"}
We didn't change anything before upgrading from flux 0.21 to 0.22.
After updating to flux 0.22, our image automation does not work correctly anymore, since the image names get cut off in the kustomization. Even after fixing it, flux always renames it.
kustomization:
In the example above flux removes the "e" from "service" and sets the newName in the kustomization like this:
newName: eu.gcr.io/xxxxxxxxxxxxxxxxxxx/xxxxxx-invoice-servic # {"$imagepolicy": "flux-system:invoice-service:name"}
We didn't change anything before upgrading from flux 0.21 to 0.22.
ImageRepository:
ImagePolicy:
ImageUpdateAutomation:
If you need more information, I can help!
The text was updated successfully, but these errors were encountered: