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
For DEV stage we sometimes have enabled the following feature: rollme annotation
We use a latest image tag which gets overriden by the developers and with the help of the rollme annotation when helm upgrade is performed, the new latest image gets applied (if pullPolicy is set accordingly).
This doesn't seem to work with flux/helm-controller because no changes are detected by the kustomize-controller from the source repository reference and therefore no helm reconiliation gets triggered.
I expected that the HelmRelease itself will do some rendering (helm template) and compare the generated manifest with the applied one, detects differences and then do a helm upgrade via reconciliation, but that doesn't seem to be the case.
So my question is: Is it possible to reach the same functionality with flux?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
For DEV stage we sometimes have enabled the following feature:
rollme annotation
We use a latest image tag which gets overriden by the developers and with the help of the rollme annotation when
helm upgradeis performed, the new latest image gets applied (if pullPolicy is set accordingly).This doesn't seem to work with flux/helm-controller because no changes are detected by the kustomize-controller from the source repository reference and therefore no helm reconiliation gets triggered.
I expected that the HelmRelease itself will do some rendering (helm template) and compare the generated manifest with the applied one, detects differences and then do a
helm upgradevia reconciliation, but that doesn't seem to be the case.So my question is: Is it possible to reach the same functionality with flux?
Beta Was this translation helpful? Give feedback.
All reactions