Skip to content

fix: runs git lfs install --system that writes the following to /etc/gitconfig#27961

Merged
ppapapetrou76 merged 2 commits into
argoproj:masterfrom
ppapapetrou76:issue-27956-fix-missing-etc-config
May 22, 2026
Merged

fix: runs git lfs install --system that writes the following to /etc/gitconfig#27961
ppapapetrou76 merged 2 commits into
argoproj:masterfrom
ppapapetrou76:issue-27956-fix-missing-etc-config

Conversation

@ppapapetrou76
Copy link
Copy Markdown
Contributor

@ppapapetrou76 ppapapetrou76 commented May 21, 2026

The issue is caused because the latest base OS image used ( ubuntu:25.10 ) is not creating the file

Runs git lfs install --system that writes the following to /etc/gitconfig inside Docker file
This is creating the missing /etc/config

closes #27956

Checklist:

  • Either (a) I've created an enhancement proposal and discussed it with the community, (b) this is a bug fix, or (c) this does not need to be in the release notes.
  • The title of the PR states what changed and the related issues number (used for the release note).
  • The title of the PR conforms to the Title of the PR
  • I've included "Closes [ISSUE #]" or "Fixes [ISSUE #]" in the description to automatically close the associated issue.
  • I've updated both the CLI and UI to expose my feature, or I plan to submit a second PR with them.
  • Does this PR require documentation updates?
  • I've updated documentation as required by this PR.
  • I have signed off all my commits as required by DCO
  • I have written unit and/or e2e tests for my change. PRs without these are unlikely to be merged.
  • My build is green (troubleshooting builds).
  • My new feature complies with the feature status guidelines.
  • I have added a brief description of why this PR is necessary and/or what this PR solves.
  • Optional. My organization is added to USERS.md.
  • Optional. For bug fixes, I've indicated what older releases this fix should be cherry-picked into (this may or may not happen depending on risk/complexity).

…nfig

Signed-off-by: Patroklos Papapetrou <ppapapetrou76@gmail.com>
@ppapapetrou76 ppapapetrou76 requested a review from a team as a code owner May 21, 2026 14:16
@ppapapetrou76 ppapapetrou76 self-assigned this May 21, 2026
@bunnyshell
Copy link
Copy Markdown

bunnyshell Bot commented May 21, 2026

❌ Preview Environment deleted from Bunnyshell

Available commands (reply to this comment):

  • 🚀 /bns:deploy to deploy the environment

@codecov
Copy link
Copy Markdown

codecov Bot commented May 21, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 64.36%. Comparing base (f7ea5bc) to head (efcb87c).

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #27961      +/-   ##
==========================================
- Coverage   64.39%   64.36%   -0.04%     
==========================================
  Files         422      422              
  Lines       57829    57829              
==========================================
- Hits        37239    37221      -18     
- Misses      17089    17106      +17     
- Partials     3501     3502       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ppapapetrou76 ppapapetrou76 merged commit 93ce9c9 into argoproj:master May 22, 2026
28 checks passed
@argo-cd-cherry-pick-bot
Copy link
Copy Markdown

🍒 Cherry-pick PR created for 3.4: #27972

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.

ArgoCD 3.4.1 and 3.4.2 missing default /etc/gitconfig

2 participants