Module hl1xxx

Module hl1xxx 

Source
Expand description

HL1xxx - Chart Structure Rules

Rules for validating Helm chart structure, Chart.yaml, and file organization.

Structs§

HL1001
HL1001: Missing Chart.yaml
HL1002
HL1002: Invalid apiVersion
HL1003
HL1003: Missing required field ‘name’
HL1004
HL1004: Missing required field ‘version’
HL1005
HL1005: Version not valid SemVer
HL1006
HL1006: Missing description
HL1007
HL1007: Missing maintainers
HL1008
HL1008: Chart is deprecated
HL1009
HL1009: Missing templates directory
HL1010
HL1010: Invalid chart type
HL1011
HL1011: Missing values.yaml
HL1012
HL1012: Chart name contains invalid characters
HL1013
HL1013: Icon URL not HTTPS
HL1014
HL1014: Home URL not HTTPS
HL1015
HL1015: Duplicate dependency names
HL1016
HL1016: Dependency missing version
HL1017
HL1017: Dependency missing repository

Functions§

rules
Get all HL1xxx rules.