Skip to content

Conversation

roberto-mondello-dgt
Copy link
Collaborator

This PR integrates actions/cache@v3 into deploy pipeline to cache and restore the ./charts directory. Caching is keyed on the hash of Chart.yaml, so the cache is automatically invalidated whenever the chart definition changes.
In general:

  • Avoid re-downloading charts on every run, speeding up deploy times.
  • On a cache hit, the pipeline restores a previously built chart set; on a miss, the cache is regenerated automatically.
  • Applied identically to both the “microservice” (deploy_ms) and “cronjob” (deploy_cj) deploy jobs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant