Skip to content
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

feat(argo-cd): Update Notification Liveness/Readiness Probes #2872

Merged
merged 5 commits into from
Aug 12, 2024

Conversation

nueavv
Copy link
Contributor

@nueavv nueavv commented Aug 10, 2024

Since the Notification controller doesn't have a health checker, I added TCP socket probes.

Resolves #2781

Checklist:

  • I have bumped the chart version according to versioning
  • I have updated the documentation according to documentation
  • I have updated the chart changelog with all the changes that come with this pull request according to changelog.
  • Any new values are backwards compatible and/or have sensible default.
  • I have signed off all my commits as required by DCO.
  • My build is green (troubleshooting builds).

@yu-croco
Copy link
Collaborator

yu-croco commented Aug 11, 2024

Hi @nueavv , thank you for your PR.
Please handle items on PR description, especially below.

I have bumped the chart version according to versioning
I have updated the documentation according to documentation
I have updated the chart changelog with all the changes that come with this pull request according to changelog.

@yu-croco yu-croco marked this pull request as draft August 11, 2024 11:22
@nueavv nueavv marked this pull request as ready for review August 12, 2024 10:33
Signed-off-by: nueavv <nuguni@kakao.com>
Signed-off-by: nueavv <nuguni@kakao.com>
Signed-off-by: nueavv <nuguni@kakao.com>
Signed-off-by: nueavv <nuguni@kakao.com>
Signed-off-by: nueavv <nuguni@kakao.com>
Copy link
Collaborator

@yu-croco yu-croco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution. LGTM.

@mkilchhofer mkilchhofer merged commit 96320b6 into argoproj:main Aug 12, 2024
9 checks passed
rouke-broersma referenced this pull request in broersma-forslund/homelab Aug 12, 2024
[![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.2`
-> `7.4.3` |

---

### Release Notes

<details>
<summary>argoproj/argo-helm (argo-cd)</summary>

###
[`v7.4.3`](https://togithub.com/argoproj/argo-helm/releases/tag/argo-cd-7.4.3)

[Compare
Source](https://togithub.com/argoproj/argo-helm/compare/argo-cd-7.4.2...argo-cd-7.4.3)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool
for Kubernetes.

#### What's Changed

- feat(argo-cd): Update Notification Liveness/Readiness Probes by
[@&#8203;nueavv](https://togithub.com/nueavv) in
[https://github.com/argoproj/argo-helm/pull/2872](https://togithub.com/argoproj/argo-helm/pull/2872)

#### New Contributors

- [@&#8203;nueavv](https://togithub.com/nueavv) made their first
contribution in
[https://github.com/argoproj/argo-helm/pull/2872](https://togithub.com/argoproj/argo-helm/pull/2872)

**Full Changelog**:
argoproj/argo-helm@argo-rollouts-2.37.4...argo-cd-7.4.3

</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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add readiness/livness probes for notification-controller
3 participants