mirror of
https://github.com/helm/helm.git
synced 2026-02-24 02:20:18 -05:00
Prior to this, using the semver template functions with the full version, which is represented in the GitVersion, was not possible for helm template and lint commands because the property was not populated by default. This update adds default handling. Closes #3349 |
||
|---|---|---|
| .. | ||
| charts | ||
| noreqs | ||
| Chart.yaml | ||
| README.md | ||
| requirements.yaml | ||
| values.yaml | ||
Subpop
This chart is for testing the processing of enabled/disabled charts
via conditions and tags.
Currently there are three levels:
parent
-1 tags: front-end, subchart1
--A tags: front-end, subchartA
--B tags: front-end, subchartB
-2 tags: back-end, subchart2
--B tags: back-end, subchartB
--C tags: back-end, subchartC
Tags and conditions are currently in requirements.yaml files.