Mubarak Jama

Results 20 comments of Mubarak Jama

This was resolved in https://github.com/astaxie/build-web-application-with-golang/pull/824... 7 years ago 😅

Probably related to https://github.com/argoproj/argo-cd/issues/12169

This can be achieved using `pullRequestComment` from GitHub notifications service: https://argo-cd.readthedocs.io/en/stable/operator-manual/notifications/services/github/#templates

Is it too late to cherry pick this PR into 2.11 release?

I can confirm this PR fixes the issues with nested image parameters, however, it does rewrite the value file to sort all yaml/helm keys alphabetically. was this introduced in this...

@perenesenko, apologies for my late reply. Here is a [gist with unfiltered rollouts logs](https://gist.github.com/mubarak-j/a4e77f5fb93b23ce842c69a41ca3a608).

@burnb looks like there were lint fixes merged recently, so perhaps rebasing with the main branch might fix these issues? We had the build of this PR running in production...

> @mubarak-j could you please resolve conflicts? @burnb can you please do the honor? 🙏🏼 IMHO I think it's worth adding an [example in the docs](https://argocd-image-updater.readthedocs.io/en/stable/basics/update-methods/#git-write-back-target) for using `write-back-target` with...

This is what I came up with, let me know if seems okay and I will create a PR. ```yaml statefulSet: terminationGracePeriodSeconds: 180 lifecycle: preStop: exec: command: - /bin/bash -...

As an end-user, this is probably the most exciting OSS proposal I have seen in a while. IMHO, enabling use cases listed in this PR would significantly extend ESO useability...