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
I've deployed flux to two kubernetes clusters and configured it using the bootstrap command to specific path for each cluster in the same git repository
the clusters deployed with the same definitions of image policy and image update automation.
what occurs when I change one of the image policies on one of the clusters to a different tag regex it will cause the image update automation to commit the change on both of the helmreleases on the clusters
my guess that this is happening because the image update automation has this spec:
Describe the bug
I've deployed flux to two kubernetes clusters and configured it using the bootstrap command to specific path for each cluster in the same git repository
the clusters deployed with the same definitions of image policy and image update automation.
what occurs when I change one of the image policies on one of the clusters to a different tag regex it will cause the image update automation to commit the change on both of the helmreleases on the clusters
my guess that this is happening because the image update automation has this spec:
and no option to specify in it's CRD also the path in the repo aside from the branch
Steps to reproduce
--path
argument for each oneExpected behavior
the image update automation resource be scoped to the path in the repo.
Screenshots and recordings
No response
OS / Distro
linux
Flux version
v2.1.0
Flux check
► checking prerequisites
✔ Kubernetes 1.26.7-eks-2d98532 >=1.25.0-0
► checking controllers
✔ helm-controller: deployment ready
► ghcr.io/fluxcd/helm-controller:v0.36.0
✔ image-automation-controller: deployment ready
► ghcr.io/fluxcd/image-automation-controller:v0.36.0
✔ image-reflector-controller: deployment ready
► ghcr.io/fluxcd/image-reflector-controller:v0.30.0
✔ kustomize-controller: deployment ready
► ghcr.io/fluxcd/kustomize-controller:v1.1.0
✔ notification-controller: deployment ready
► ghcr.io/fluxcd/notification-controller:v1.1.0
✔ source-controller: deployment ready
► ghcr.io/fluxcd/source-controller:v1.1.0
► checking crds
✔ alerts.notification.toolkit.fluxcd.io/v1beta2
✔ buckets.source.toolkit.fluxcd.io/v1beta2
✔ gitrepositories.source.toolkit.fluxcd.io/v1
✔ helmcharts.source.toolkit.fluxcd.io/v1beta2
✔ helmreleases.helm.toolkit.fluxcd.io/v2beta1
✔ helmrepositories.source.toolkit.fluxcd.io/v1beta2
✔ imagepolicies.image.toolkit.fluxcd.io/v1beta2
✔ imagerepositories.image.toolkit.fluxcd.io/v1beta2
✔ imageupdateautomations.image.toolkit.fluxcd.io/v1beta1
✔ kustomizations.kustomize.toolkit.fluxcd.io/v1
✔ ocirepositories.source.toolkit.fluxcd.io/v1beta2
✔ providers.notification.toolkit.fluxcd.io/v1beta2
✔ receivers.notification.toolkit.fluxcd.io/v1
✔ all checks passed
Git provider
github
Container Registry provider
artifactory
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: