carvel-dev / vendir

Easy way to vendor portions of git repos, github releases, helm charts, docker image contents, etc. declaratively
https://carvel.dev/vendir
Apache License 2.0
269 stars 47 forks source link

Only run sync for stable versions, if vendir.yaml has changed since last sync #278

Closed fritzduchardt closed 9 months ago

fritzduchardt commented 11 months ago

Describe the problem/challenge you have

We have a rollout mechanism that heavily relies on vendir to pull in upstream workloads from Helm Charts, OCI Images and Git Repositories. Most of these workloads have fixed versions and don't change unless their corresponding vendir.yaml is modified. Yet, currently vendir constrains us to sync everything on every run, which slows down the process unnecessarily.

Describe the solution you'd like

We would benefit from a feature that runs sync only, if the vendir.yaml was changed after the last sync. We would activate this feature for all workloads with stable versions.


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.

kumaritanushree commented 11 months ago

@fritzduchardt isn't it similar to this issue https://github.com/carvel-dev/vendir/issues/274#issuecomment-1689082794 ? Any specific reason for having two separate issues?

fritzduchardt commented 10 months ago

Hi @kumaritanushree, it is referring to the same issue, I accidentally created it twice - sorry about that. Shall we close #274

kumaritanushree commented 10 months ago

@fritzduchardt sure, add this issue link there and mention the reason and can close #274 Thank you

github-actions[bot] commented 9 months ago

This issue is being marked as stale due to a long period of inactivity and will be closed in 5 days if there is no response.