Stefan Prodan
                                            Stefan Prodan
                                        
                                    Flagger supports Gateway API, you could try it out with Traefik and report back if it works. Thanks
You could pause all canaries with `.spec.suspend` and enable them one by one when there is a change to the actual deployment. If you use Flux and all things are...
The `--requeue-dependency` can be set to `5s` on most cluster with no side effects. 4 years ago when we've set the 30s default we didn't had benchmarks in place, now...
Delete the `flux-system` Kubernetes secret from the cluster and rerun bootstrap, it may be that the token has changed since last bootstrap. You can also update the token in the...
I suspect this is because the tag field is still in etcd and when both branch and tag are specified, the tag gets priority. Can you please post `kubectl get...
@Trik16 run that command for a GitRepo which has the reported issue ``` kubectl -n flux-system get gitrepo deployment-stable -o yaml --show-managed-fields ```
You missed `--show-managed-fields`
Ok I suspect this issue is due to having deprecated API versions in Git. To fix the APIs and also to make sure changing from tag to branch is always...
To force the string conversion you can use the same procedure as for booleans and numbers: https://fluxcd.io/flux/components/kustomize/kustomizations/#post-build-substitution-of-numbers-and-booleans
I have removed `CodeCommit` as this service has been shutdown by AWS.