Skip to content

Commit

Permalink
Update helm docs (#163)
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 Sep 25, 2024
1 parent df9faec commit f40bcee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions charts/hyades/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ The GA roadmap for Hyades is tracked here: https://github.com/DependencyTrack/hy
| apiServer.annotations | object | `{}` | |
| apiServer.args | list | `[]` | |
| apiServer.command | list | `[]` | |
| apiServer.deployment.strategy | object | `{"type":"RollingUpdate"}` | The deployment strategy to use. |
| apiServer.enabled | bool | `true` | Whether the API server shall be deployed. |
| apiServer.extraContainers | list | `[]` | Additional containers to deploy. Supports templating. |
| apiServer.extraEnv | list | `[]` | |
Expand Down Expand Up @@ -94,6 +95,7 @@ The GA roadmap for Hyades is tracked here: https://github.com/DependencyTrack/hy
| frontend.apiBaseUrl | string | `""` | |
| frontend.args | list | `[]` | |
| frontend.command | list | `[]` | |
| frontend.deployment.strategy | object | `{"type":"RollingUpdate"}` | The deployment strategy to use. |
| frontend.enabled | bool | `true` | Whether the frontend shall be deployed. |
| frontend.extraContainers | list | `[]` | Additional containers to deploy. Supports templating. |
| frontend.extraEnv | list | `[]` | |
Expand Down Expand Up @@ -158,6 +160,7 @@ The GA roadmap for Hyades is tracked here: https://github.com/DependencyTrack/hy
| mirrorService.annotations | object | `{}` | |
| mirrorService.args | list | `[]` | |
| mirrorService.command | list | `[]` | |
| mirrorService.deployment.strategy | object | `{"type":"Recreate"}` | The deployment strategy to use. `Recreate` is recommended because the service does not serve user-traffic, and `RollingUpdate` will cause undesired Kafka consumer rebalances. |
| mirrorService.enabled | bool | `true` | Whether the mirror service shall be deployed. |
| mirrorService.extraContainers | list | `[]` | Additional containers to deploy. Supports templating. |
| mirrorService.extraEnv | list | `[]` | |
Expand Down Expand Up @@ -190,6 +193,7 @@ The GA roadmap for Hyades is tracked here: https://github.com/DependencyTrack/hy
| notificationPublisher.annotations | object | `{}` | |
| notificationPublisher.args | list | `[]` | |
| notificationPublisher.command | list | `[]` | |
| notificationPublisher.deployment.strategy | object | `{"type":"Recreate"}` | The deployment strategy to use. `Recreate` is recommended because the service does not serve user-traffic, and `RollingUpdate` will cause undesired Kafka consumer rebalances. |
| notificationPublisher.enabled | bool | `true` | Whether the notification publisher shall be deployed. |
| notificationPublisher.extraContainers | list | `[]` | Additional containers to deploy. Supports templating. |
| notificationPublisher.extraEnv | list | `[]` | |
Expand Down Expand Up @@ -222,6 +226,7 @@ The GA roadmap for Hyades is tracked here: https://github.com/DependencyTrack/hy
| repoMetaAnalyzer.annotations | object | `{}` | |
| repoMetaAnalyzer.args | list | `[]` | |
| repoMetaAnalyzer.command | list | `[]` | |
| repoMetaAnalyzer.deployment.strategy | object | `{"type":"Recreate"}` | The deployment strategy to use. `Recreate` is recommended because the service does not serve user-traffic, and `RollingUpdate` will cause undesired Kafka consumer rebalances. |
| repoMetaAnalyzer.enabled | bool | `true` | Whether the repository metadata analyzer shall be deployed. |
| repoMetaAnalyzer.extraContainers | list | `[]` | Additional containers to deploy. Supports templating. |
| repoMetaAnalyzer.extraEnv | list | `[]` | |
Expand Down Expand Up @@ -254,6 +259,7 @@ The GA roadmap for Hyades is tracked here: https://github.com/DependencyTrack/hy
| vulnAnalyzer.annotations | object | `{}` | |
| vulnAnalyzer.args | list | `[]` | |
| vulnAnalyzer.command | list | `[]` | |
| vulnAnalyzer.deployment.strategy | object | `{"type":"Recreate"}` | The deployment strategy to use. `Recreate` is recommended because the service does not serve user-traffic, and `RollingUpdate` will cause undesired Kafka consumer rebalances. |
| vulnAnalyzer.enabled | bool | `true` | Whether the vulnerability analyzer shall be deployed. |
| vulnAnalyzer.extraContainers | list | `[]` | Additional containers to deploy. Supports templating. |
| vulnAnalyzer.extraEnv | list | `[]` | |
Expand Down

0 comments on commit f40bcee

Please sign in to comment.