-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(argo-cd): Fix Redis race condition due to optional REDIS_PASSWORD #2839
Conversation
Signed-off-by: yu-croco <[email protected]>
When will this PR be merged? At this moment ArgoCD does not function after an inital install. A restart of the deployments helps as a workaround but it would be nice if this PR was merged. |
365d518
to
1927a49
Compare
Is this still a draft @yu-croco? That's why I've been avoiding reviewing. |
I've been waiting for the reply in #2836 (comment), but we cannot get it. So let us go proceed. |
If we cannot get a reply, I agree let's go ahead and merge this. Feels like the risk is fairly low. |
Thank you! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [argo-cd](https://togithub.com/argoproj/argo-helm) | patch | `7.4.1` -> `7.4.2` | --- ### Release Notes <details> <summary>argoproj/argo-helm (argo-cd)</summary> ### [`v7.4.2`](https://togithub.com/argoproj/argo-helm/releases/tag/argo-cd-7.4.2) A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes. ##### What's Changed - fix(argo-cd): Fix Redis race condition due to optional REDIS_PASSWORD by [@​yu-croco](https://togithub.com/yu-croco) in [https://github.com/argoproj/argo-helm/pull/2839](https://togithub.com/argoproj/argo-helm/pull/2839) **Full Changelog**: argoproj/argo-helm@argo-cd-7.4.1...argo-cd-7.4.2 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/broersma-forslund/homelab). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMC4xIiwidXBkYXRlZEluVmVyIjoiMzguMjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Btw, this didn't fix #2836 from what I can tell (see comments there) |
Resolves #2836
Checklist: