• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

sapcc / ocm-helm-toolbox / 15207470232 / 1
0%
main: 0%

Build:
Build:
LAST BUILD BRANCH: renovate/external-dependencies
DEFAULT BRANCH: main
Ran 23 May 2025 09:52AM UTC
Files 7
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

23 May 2025 09:49AM UTC coverage: 0.0%. Remained the same
15207470232.1

Pull #5

github

majewsky
unbundle: unpack dependency charts inside Helm charts

This is intended for workflows where the unbundle result gets committed into Git,
e.g. when CD systems like Argo watch a Git repo instead of an OCM repository.
By unpacking the archive files, the commit diffs become more meaningful
and delta compression becomes more efficient.

This is an example of the effect when unpacking the
`cloud.sap/backup-replication` bundle before and after the change:

```diff
--- tree-output-before.txt  2025-05-23 11:48:27.097765265 +0200
+++ tree-output-after.txt   2025-05-23 11:48:40.804883372 +0200
@@ -4,8 +4,20 @@
 │   │   └── backup-replication.alerts
 │   ├── Chart.lock
 │   ├── charts
-│   │   ├── linkerd-support-1.1.0.tgz
-│   │   └── owner-info-1.0.0.tgz
+│   │   ├── linkerd-support
+│   │   │   ├── Chart.yaml
+│   │   │   ├── README.md
+│   │   │   ├── templates
+│   │   │   │   └── namespace-annotation.yaml
+│   │   │   └── values.yaml
+│   │   └── owner-info
+│   │       ├── Chart.yaml
+│   │       ├── ci
+│   │       │   └── test-values.yaml
+│   │       ├── README.md
+│   │       ├── templates
+│   │       │   └── configmap.yaml
+│   │       └── values.yaml
 │   ├── Chart.yaml
 │   ├── ci
 │   │   └── test-values.yaml
@@ -21,4 +33,4 @@
 ├── git-location.json
 └── localized-values.yaml

-6 directories, 16 files
+11 directories, 23 files
```
Pull Request #5: unbundle: unpack dependency charts inside Helm charts

0 of 532 relevant lines covered (0.0%)

0.0 hits per line

Source Files on job 15207470232.1
  • Tree
  • List 7
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 15207470232
  • 3077d7aa on github
  • Prev Job for on unpack-dependency-charts (#15206848552.1)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc