Skip to content

Commit

Permalink
Update helm docs (#116)
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 <[email protected]>
  • Loading branch information
github-actions[bot] and nscuro authored Jul 22, 2024
1 parent c2561d4 commit a479880
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/dependency-track/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# dependency-track

![Version: 0.11.0](https://img.shields.io/badge/Version-0.11.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.11.5](https://img.shields.io/badge/AppVersion-4.11.5-informational?style=flat-square)
![Version: 0.12.0](https://img.shields.io/badge/Version-0.12.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.11.5](https://img.shields.io/badge/AppVersion-4.11.5-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 @@ -30,7 +30,7 @@ that allows organizations to identify and reduce risk in the software supply cha
| apiServer.extraEnv | list | `[]` | |
| apiServer.extraEnvFrom | list | `[]` | |
| apiServer.image.pullPolicy | string | `"IfNotPresent"` | |
| apiServer.image.registry | string | `""` | Override common registry |
| apiServer.image.registry | string | `""` | Override common.image.registry for the API server. |
| apiServer.image.repository | string | `"dependencytrack/apiserver"` | |
| apiServer.image.tag | string | `nil` | |
| apiServer.initContainers | list | `[]` | |
Expand Down Expand Up @@ -81,7 +81,7 @@ that allows organizations to identify and reduce risk in the software supply cha
| frontend.extraEnv | list | `[]` | |
| frontend.extraEnvFrom | list | `[]` | |
| frontend.image.pullPolicy | string | `"IfNotPresent"` | |
| frontend.image.registry | string | `""` | Override common registry |
| frontend.image.registry | string | `""` | Override common.image.registry for the frontend. |
| frontend.image.repository | string | `"dependencytrack/frontend"` | |
| frontend.image.tag | string | `nil` | |
| frontend.initContainers | list | `[]` | |
Expand Down

0 comments on commit a479880

Please sign in to comment.