Michael Crenshaw

Results 71 issues of Michael Crenshaw

Split out of https://github.com/argoproj/argo-cd/pull/17506 to be standalone.

I had to do this to get past it: ```shell export ARGOCD_TLS_CIPHERS=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 ``` Will investigate more later. @nandinisingh759 also hit it.

bug

# Summary There's a new LTS, so we should update to that for our base images.

enhancement

# Summary [As of 2.5](https://github.com/argoproj/argo-cd/pull/10191), we'll have the option to persist resource health statuses in Redis instead of in the Application CRD. In 3.0, we should default to persisting in...

enhancement
type:scalability

# Summary For convenience, the `default` AppProject which ships with Argo CD is completely unrestricted. # Motivation It's [a bit of a foot-gun](https://dnastacio.medium.com/gitops-argocd-security-cbb6fb6378bb). # Proposal We should add some restrictions...

enhancement
security

**Describe the bug** Installing a Helm chart with hooks fails when I enabled the `Replace=true` sync option. **To Reproduce** ```yaml apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: hook namespace: argocd-e2e spec:...

bug
component:core

Checklist: * [ ] Either (a) I've created an [enhancement proposal](https://github.com/argoproj/argo-cd/issues/new/choose) and discussed it with the community, (b) this is a bug fix, or (c) this does not need to...

Can you push the latest code to npm? It doesn't have the Webpack 4 compatibility change yet. I guess you'll probably want to increment the version and change README.md as...

The extension is currently registered using the old style of extension registration, which did not allow setting the tab name. We should use the new registration system and make the...

It would be great if there were an artifact on Maven Central so folks don't have to build the client for themselves. Ideally this would be an automated process pushing...