A collection of anchore charts for tooling and integrations. The charts in this repository are available from the Anchore Charts Repository at:
$ helm repo add anchore https://charts.anchore.io
$ helm search repo anchore
$ helm install my-release anchore/<chart>
All commits must be signed with the DCO as defined in CONTRIBUTING
In git this can be done using the '-s' flag on commit.
To test changes made to this chart, you must also synchronize the dependencies of the chart itself. For example, for anchore-engine:
helm dep up
is needed.