gitops-engine
gitops-engine copied to clipboard
Democratizing GitOps
## Feature Using env variables to enable profiling mode, the agent can be started with the following envs: ```bash export GITOPS_ENGINE_PROFILE=web # optional, default pprofile address is 127.0.0.1:6060 export GITOPS_ENGINE_PROFILE_HOST=127.0.0.1...
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.2.1 to 3.3.0. Release notes Sourced from actions/setup-go's releases. Support architecture input and fix Expand-Archive issue This release introduces support for architecture input for setup-go action #253....
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 3.0.8. Release notes Sourced from actions/cache's releases. v3.0.8 What's Changed Fix zstd not working for windows on gnu tar in issues. Allow users to provide...
It was discovered in https://github.com/argoproj/gitops-engine/pull/449#issuecomment-1220738665 that controller was making 1M api calls to perform discovery. The client-go does seem to provide a cached discovery option, but based on evidence of...
I am writing an go lang app which uses argo-cd/v2 v2.4.10. Therefore I have included `github.com/argoproj/argo-cd/v2 v2.4.10` in my go.mod file and added all replace() https://github.com/argoproj/argo-cd/blob/master/go.mod#L255 but I keep getting...
Bumps [sigs.k8s.io/structured-merge-diff/v4](https://github.com/kubernetes-sigs/structured-merge-diff) from 4.2.1 to 4.2.3. Commits 26781d0 Merge pull request #224 from apelisse/revert-backwards-incompatible-changes 4d3633c Remove all copies of Schema and Map b4e893e Revert "use pointer semantics for schema" a70144b...
This is a copy of PR https://github.com/argoproj/gitops-engine/pull/556 but rebased to argoproj/gitops-engine master at this time.
We have 2 pvc in namespace, one with name `emqx-data-sw-broker-0` for statefulset `sw-broker` and other one is `emqx-data-sw-broker-internal-0` for statefulset `sw-broker-internal` and both have same template name `emqx-data`. since `emqx-data-sw-broker-internal-0`...
This PR implements #414, https://github.com/argoproj/argo-cd/issues/5882 Changes: - Add new annotation `argocd.argoproj.io/sync-options: Force=true` Related: https://github.com/argoproj/gitops-engine/pull/526