Helm Chart.lock
The Chart.lock file locks dependencies from Chart.yaml
| Type | object |
|---|---|
| File match |
Chart.lock
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/helm-chart-lock/latest.json |
| Source | https://www.schemastore.org/chart-lock.json |
Validate with Lintel
npx @lintel/lintel check
Type:
object
Properties
generated
string
required
Generated is the date the lock file was last generated.
format=date-time
digest
string
required
Digest is a hash of the dependencies in Chart.yaml.
dependencies
object[]
required
In Helm, one chart may depend on any number of other charts. These dependencies can be dynamically linked using the dependencies field in Chart.yaml or brought in to the charts/ directory and managed manually. The charts required by the current chart are defined as a list in the dependencies field.