Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update helm docs #163

Merged
merged 1 commit into from
Sep 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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