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

Consume depth flag of vendir in git fetch section of app/package spec #1632

Closed
rohitagg2020 opened this issue Oct 7, 2024 · 0 comments · Fixed by #1633
Closed

Consume depth flag of vendir in git fetch section of app/package spec #1632

rohitagg2020 opened this issue Oct 7, 2024 · 0 comments · Fixed by #1633
Labels
enhancement This issue is a feature request

Comments

@rohitagg2020
Copy link
Contributor

Describe the problem/challenge you have
In the gitops scenario, if the git repo is very huge it takes lot of time in the fetch stage. To make things a bit faster, instead of fetching all the commit history of git, by default, we can fetch only current commit.

Describe the solution you'd like
Add depth as the field in git config of the fetch section and set its value to 1 by default in the code.

Anything else you would like to add:
[Additional information that will assist in solving the issue.]


Vote on this request

This is an invitation to the community to vote on issues, to help us prioritize our backlog. Use the "smiley face" up to the right of this comment to vote.

👍 "I would like to see this addressed as soon as possible"
👎 "There are other more important things to focus on right now"

We are also happy to receive and review Pull Requests if you want to help working on this issue.

@rohitagg2020 rohitagg2020 added enhancement This issue is a feature request carvel-triage This issue has not yet been reviewed for validity labels Oct 7, 2024
@carvel-bot carvel-bot added this to Carvel Oct 7, 2024
@github-project-automation github-project-automation bot moved this to Closed in Carvel Oct 8, 2024
@github-actions github-actions bot removed the carvel-triage This issue has not yet been reviewed for validity label Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This issue is a feature request
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant