Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.19 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.19 KB

Audit Assistant Helm charts repository

This repository contains the Fortify Audit Assistant Helm charts. It features a directory for each Audit Assistant release (for example 24.4.0). 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-<CHART_VERSION>.tgz) can be downloaded and used locally as follows:

# deploy Audit Assistant from a local chart package
helm install <NAME> ./audit-assistant-<CHART_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 repo fortify/

# deploy Audit Assistant from a remote chart package
helm install <NAME> fortify/audit-assistant --version <CHART_VERSION> ...

Please refer to Audit Assistant documentation for full instructions.