An open API service indexing awesome lists of open source software.

https://github.com/fortify/audit-assistant-helm-charts

Helm charts for Audit Assistant
https://github.com/fortify/audit-assistant-helm-charts

deployment fortify fortify-deployment helm-chart kubernetes machine-learning

Last synced: 7 months ago
JSON representation

Helm charts for Audit Assistant

Awesome Lists containing this project

README

          

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 `25.1.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-.tgz`) can be downloaded and used locally as follows:

```sh
# deploy Audit Assistant from a local chart package
helm install ./audit-assistant-.tgz ...
```

Additionally, valid metadata for a Helm chart repository are included allowing use with Helm as follows:

```sh
# 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 fortify/audit-assistant --version ...
```

Please refer to [Audit Assistant documentation](https://www.microfocus.com/documentation/fortify-audit-assistant/) for full instructions.