Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@banshee86vr
Copy link
Contributor

Description of the change

This PR fixes the ArgoCD application controller sharding configuration by using the Kubernetes Downward API to inject the pod name into the ARGOCD_APPLICATION_CONTROLLER_NAME environment variable.

Benefits

Enables proper application controller sharding: Each controller replica can correctly determine its shard assignment starting from its unique pod name

Checklist

  • Chart version bumped in Chart.yaml according to semver. This is not necessary when the changes only affect README.md files.
  • Variables are documented in the values.yaml and added to the README.md using readme-generator-for-helm
  • Title of the pull request follows this pattern [bitnami/<name_of_the_chart>] Descriptive title
  • All commits signed off and in agreement of Developer Certificate of Origin (DCO)

@github-actions github-actions bot added argo-cd triage Triage is needed labels Oct 14, 2025
@banshee86vr banshee86vr changed the title fix: Fix check for ArgoCD controller replica count Fix check for ArgoCD controller replica count Oct 14, 2025
@github-actions github-actions bot requested a review from javsalgar October 14, 2025 08:14
@carrodher
Copy link
Member

Thank you for initiating this pull request. We appreciate your effort. This is just a friendly reminder that signing your commits is important. Your signature certifies that you either authored the patch or have the necessary rights to contribute to the changes. You can find detailed information on how to do this in the “Sign your work” section of our contributing guidelines.

Feel free to reach out if you have any questions or need assistance with the signing process.

@banshee86vr
Copy link
Contributor Author

My commits seem to be already signed. Is it ok for you?

@carrodher
Copy link
Member

It seems the branch is not updated with the signed commits, according to https://github.com/bitnami/charts/pull/36347/checks?check_run_id=52681859865, what's needed to do is

  • In your local branch, run: git rebase HEAD~3 --signoff
  • Force push your changes to overwrite the branch: git push --force-with-lease origin main

banshee86vr and others added 3 commits October 14, 2025 17:56
Signed-off-by: Luca Bertelli <[email protected]>
Signed-off-by: Bitnami Bot <[email protected]>
Signed-off-by: Luca Bertelli <[email protected]>
@javsalgar javsalgar added verify Execute verification workflow for these changes in-progress labels Oct 22, 2025
@javsalgar javsalgar changed the title Fix check for ArgoCD controller replica count [bitnami/argo-cd] Fix check for ArgoCD controller replica count Oct 22, 2025
@github-actions github-actions bot removed the triage Triage is needed label Oct 22, 2025
@github-actions github-actions bot removed the request for review from javsalgar October 22, 2025 05:38
@github-actions github-actions bot requested a review from juan131 October 22, 2025 05:38
Signed-off-by: Bitnami Bot <[email protected]>
Copy link
Contributor

@juan131 juan131 left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks for the fix

@juan131 juan131 merged commit a08e2cd into bitnami:main Oct 22, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

argo-cd solved verify Execute verification workflow for these changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants