Siddhesh Ghadi

Results 132 comments of Siddhesh Ghadi

Hi @edmooney, we are interested in trying out trivy task on **ppc64le** architecture, however, the image(0.28.1) added in your PR doesn't support ppc64le. Can we bump the trivy image to...

Thanks @priyawadhwa. We are currently compiling `chains` on `ppc64le` & `s390x` platform. There are some failures due to image dependencies. We will enable image builds for `linux/s390x` & `linux/ppc64le` using...

@snehakpersistent could successfully compile `controller` image and use it to deploy chains on `ppc64le`. She also tried few tutorials on chains to validate the functionality. The image dependencies I mentioned...

Hi @DamianSzymanski , @cesar-cs , could you review this PR? We have tested it on `ppc64le` however, the changes are platform agnostic so should work for `s390x` & `arm` as...

I am working on implementing this feature and was thinking, would it make sense to have all the app & proj labels added by default without making it configurable. We...

Hi @ItsKev, Thanks for the PR. I will take a look at it this weekend.

Hi @mkieweg, thanks for the PR. Is it ready for review? Additionally, I was thinking would it might make sense to change the new field name from `timestamp` to `lastTransitionTime`...

Same behavior with other clusters 😕 . API call to my private cluster. ```json $ curl https:///api/v1/settings | jq { "url": "https://", "dexConfig": { "connectors": [ { "name": "OpenShift", "type":...

Hi @mrysavy , @jannfis, I have a PR (https://github.com/argoproj/argo-cd/pull/18160) up to implement this enhancement. I have introduced a new key in argocd-cm instead of cli flags. Configmap approach made more...

Hi, any updates on this RFE? I have a use-case where I want to use Service CA operator to manage webhook certs.