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
- Host: GitHub
- URL: https://github.com/fortify/audit-assistant-helm-charts
- Owner: fortify
- Created: 2019-07-08T16:03:16.000Z (over 6 years ago)
- Default Branch: repo
- Last Pushed: 2025-01-30T11:40:52.000Z (about 1 year ago)
- Last Synced: 2025-01-30T12:29:23.899Z (about 1 year ago)
- Topics: deployment, fortify, fortify-deployment, helm-chart, kubernetes, machine-learning
- Homepage:
- Size: 935 KB
- Stars: 1
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.