Skip to content

Commit 40942a9

Browse files
authored
Update Helm detection documentation
Clarify supported chart metadata file names for Helm detection.
1 parent 78aacbf commit 40942a9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/detectors/helm.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
Helm detection depends on the following to successfully run:
66

77
- One or more Helm values files matching the patterns: `*values*.yaml`, `*values*.yml`
8-
- Chart metadata files (`Chart.yaml`, `Chart.yml`, `chart.yaml`, `chart.yml`) are matched for file discovery but only values files are parsed for image references
8+
- Chart metadata files (`Chart.yaml`, `Chart.yml`) are matched for file discovery but only values files are parsed for image references
9+
- `chart.yaml` and `chart.yml` aren't supported by Helm, the `c` has to be uppercased.
910

1011
The `HelmComponentDetector` is a **DefaultOff** detector and must be explicitly enabled via the `--DetectorArgs` parameter.
1112

0 commit comments

Comments
 (0)