Skip to content

Commit

Permalink
Update helm docs (#36)
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: nscuro <5693141+nscuro@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and nscuro authored Apr 23, 2024
1 parent 0a33009 commit 2ac652b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion charts/dependency-track/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# dependency-track

![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.10.1](https://img.shields.io/badge/AppVersion-4.10.1-informational?style=flat-square)
![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.10.1](https://img.shields.io/badge/AppVersion-4.10.1-informational?style=flat-square)

Dependency-Track is an intelligent Component Analysis platform
that allows organizations to identify and reduce risk in the software supply chain.
Expand All @@ -21,6 +21,8 @@ that allows organizations to identify and reduce risk in the software supply cha

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| apiServer.additionalVolumeMounts | list | `[]` | |
| apiServer.additionalVolumes | list | `[]` | |
| apiServer.annotations | object | `{}` | |
| apiServer.args | list | `[]` | |
| apiServer.command | list | `[]` | |
Expand Down Expand Up @@ -63,6 +65,8 @@ that allows organizations to identify and reduce risk in the software supply cha
| common.secretKey.createSecret | bool | `false` | Whether the chart should generate a secret key upon deployment. |
| common.secretKey.existingSecretName | string | `""` | Use the secret key defined in an existing secret. |
| extraObjects | list | `[]` | Create extra manifests via values. |
| frontend.additionalVolumeMounts | list | `[]` | |
| frontend.additionalVolumes | list | `[]` | |
| frontend.annotations | object | `{}` | |
| frontend.apiBaseUrl | string | `""` | |
| frontend.args | list | `[]` | |
Expand Down

0 comments on commit 2ac652b

Please sign in to comment.