Documentation
¶
Overview ¶
chart-checksums recomputes the integrity values stored in pkg/software/infrastructure-catalog.yaml under cluster:*.versions.
For classic charts it prints the SHA256 of the chart .tgz fetched with `helm pull`. For OCI charts it prints the OCI manifest digest reported by `helm pull`.
The chart list and version list are read from the catalog itself, so every version recorded under each cluster: entry is regenerated on every run. To add a chart or bump a version, edit the catalog and re-run this program.
Invoke via the Taskfile:
task chart-checksums
Requires `helm` on PATH.
Click to show internal directories.
Click to hide internal directories.