Skip to content

Commit

Permalink
Update helm docs (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 3, 2024
1 parent 4b21e21 commit 1dae917
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 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.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)
![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.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)

Dependency-Track is an intelligent Component Analysis platform
that allows organizations to identify and reduce risk in the software supply chain.
Expand Down Expand Up @@ -33,6 +33,7 @@ that allows organizations to identify and reduce risk in the software supply cha
| apiServer.image.repository | string | `"dependencytrack/apiserver"` | |
| apiServer.image.tag | string | `nil` | |
| apiServer.initContainers | list | `[]` | |
| apiServer.nodeSelector | object | `{}` | |
| apiServer.persistentVolume.className | string | `""` | |
| apiServer.persistentVolume.enabled | bool | `false` | |
| apiServer.persistentVolume.size | string | `"5Gi"` | |
Expand Down Expand Up @@ -78,6 +79,7 @@ that allows organizations to identify and reduce risk in the software supply cha
| frontend.image.repository | string | `"dependencytrack/frontend"` | |
| frontend.image.tag | string | `"4.10.0"` | |
| frontend.initContainers | list | `[]` | |
| frontend.nodeSelector | object | `{}` | |
| frontend.probes.liveness.failureThreshold | int | `3` | |
| frontend.probes.liveness.initialDelaySeconds | int | `5` | |
| frontend.probes.liveness.periodSeconds | int | `15` | |
Expand Down

0 comments on commit 1dae917

Please sign in to comment.