This repository contains the Fortify Audit Assistant Helm charts. It features a directory for each
Audit Assistant release (for example 19.2.3). The release directory contains Helm chart packages
for the release and an example of chart configuration file named custom-values-example.yaml.
A Helm chart package (audit-assistant-<VERSION>.tgz) can be downloaded and used locally as follows:
# deploy Audit Assistant from a local chart package
helm install ./audit-assistant-<VERSION>.tgz ...Additionally, valid metadata for a Helm chart repository are included allowing use with Helm as follows:
# add remote Helm chart repository named "fortify"
helm repo add fortify https://raw.githubusercontent.com/fortify/audit-assistant-helm-charts/repo/
# list all chart versions in "fortify" repository
helm search fortify/
# deploy Audit Assistant from a remote chart package
helm install fortify/audit-assistant --version <VERSION> ...Please refer to Audit Assistant documentation for full instructions.