chore: Updated helm releases to keep existing files#222
Conversation
Greptile SummaryThis PR renames Key changes:
The combination of the manual Confidence Score: 4/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant GH as GitHub Actions
participant Repo as Main Branch
participant GHPages as gh-pages Branch
participant HelmRepo as Helm Repository
GH->>Repo: actions/checkout@v5
GH->>GH: helm lint charts/topograph
GH->>GH: helm package → ./packaged/*.tgz
GH->>GHPages: git fetch origin gh-pages || true
GHPages-->>GH: index.yaml (if exists) || true
alt index.yaml exists
GH->>GH: helm repo index packaged --merge index.yaml
else index.yaml not found (first deploy)
GH->>GG: helm repo index packaged
end
GH->>GHPages: peaceiris/actions-gh-pages@v4 (keep_files: true)
Note over GHPages,HelmRepo: Old .tgz files preserved, index.yaml updated
Last reviewed commit: e0c85e8 |
Additional Comments (3)
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time! |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #222 +/- ##
=======================================
Coverage 65.91% 65.91%
=======================================
Files 82 82
Lines 4536 4536
=======================================
Hits 2990 2990
Misses 1428 1428
Partials 118 118 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
05f26d7 to
2785ed4
Compare
2785ed4 to
0857517
Compare
0857517 to
b72de3b
Compare
b72de3b to
c7b454e
Compare
Signed-off-by: Ravi Shankar <ravish@nvidia.com>
c7b454e to
e0c85e8
Compare
No description provided.