gitops-engine icon indicating copy to clipboard operation
gitops-engine copied to clipboard

Democratizing GitOps

Results 168 gitops-engine issues
Sort by recently updated
recently updated
newest added

fixes https://github.com/argoproj/argo-cd/issues/23214 When performing a Sync with ServerSideApply we will check if there is a `kubectl-client-side-apply` manager and run a client side apply with the field manager `kubectl-client-side-apply`. This will...

Replaces https://github.com/argoproj/gitops-engine/pull/708 reverted by https://github.com/argoproj/gitops-engine/pull/730 Fixes https://github.com/argoproj/argo-cd/issues/21788 Tested in Argo CD by https://github.com/argoproj/argo-cd/pull/23304

Closes https://github.com/argoproj/gitops-engine/issues/623. Currently the same value of force parameter is passed when performing dry-run of a resource and actually creating it on the cluster. This causes issues when using `Force=true`...

Bumps the dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/go-logr/logr](https://github.com/go-logr/logr) | `1.4.2` |...

dependencies
go

Version tagging appears to have stopped at v0.7.3 which is causing issues with scanners and Argo-CD not being able to pull in a newer version tag that can be recognized....

I changed my mind and now think this is more of a hatchet solution than the scalpel we need to solve https://github.com/argoproj/argo-cd/issues/21788. Disabling dry runs entirely means you completely lose...

Upgrade Kubernetes dependency to 1.33, then delete all replace directives since it's no necessary. If we use lower kubernetes dependency in other repo and depends on gitops-engine, Go prefers dependency...

This implementation extends the health condition check for pods. Previously the assumption was that Pods with restart policy of Never or OnFailure are hooks with a finite life, these were...

### Issue Description I am running ArgoCD with Kyverno configured as an admission controller and am attempting to enable the Argo Syncs in dry-run server mode to report blocking issues...

Hi, excited to say this is my first PR to the argoproj. This PR proposes a solution to issue https://github.com/argoproj/gitops-engine/issues/631. I am very happy to write up this proposal more...