Skip to content

Commit 1daaab3

Browse files
Update helm docs (#294)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: nscuro <5693141+nscuro@users.noreply.github.com>
1 parent c0da420 commit 1daaab3

File tree

1 file changed

+0
-34
lines changed

1 file changed

+0
-34
lines changed

charts/hyades/README.md

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -157,40 +157,6 @@ The GA roadmap for Hyades is tracked here: https://github.com/DependencyTrack/hy
157157
| initializer.waiter.image.registry | string | `"docker.io"` | |
158158
| initializer.waiter.image.repository | string | `"bitnami/kubectl"` | |
159159
| initializer.waiter.image.tag | string | `"latest"` | |
160-
| notificationPublisher.additionalVolumeMounts | list | `[]` | |
161-
| notificationPublisher.additionalVolumes | list | `[]` | |
162-
| notificationPublisher.annotations | object | `{}` | |
163-
| notificationPublisher.args | list | `[]` | |
164-
| notificationPublisher.autoScaling | object | `{"annotations":{},"enabled":false,"maxReplicas":3,"minReplicas":1,"targetCPUUtilizationPercentage":70,"targetMemoryUtilizationPercentage":70}` | Enables horizontal pod autoscaling |
165-
| notificationPublisher.command | list | `[]` | |
166-
| 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. |
167-
| notificationPublisher.enabled | bool | `true` | Whether the notification publisher shall be deployed. |
168-
| notificationPublisher.extraContainers | list | `[]` | Additional containers to deploy. Supports templating. |
169-
| notificationPublisher.extraEnv | list | `[]` | |
170-
| notificationPublisher.extraEnvFrom | list | `[]` | |
171-
| notificationPublisher.image.pullPolicy | string | `"Always"` | |
172-
| notificationPublisher.image.registry | string | `""` | Override common.image.registry for the notification publisher. |
173-
| notificationPublisher.image.repository | string | `"dependencytrack/hyades-notification-publisher"` | |
174-
| notificationPublisher.image.tag | string | `"snapshot-native"` | Can be a tag name such as "latest", or an image digest prefixed with "sha256:". |
175-
| notificationPublisher.initContainers | list | `[]` | Additional init containers to deploy. Supports templating. |
176-
| notificationPublisher.nodeSelector | object | `{}` | |
177-
| notificationPublisher.probes.liveness.failureThreshold | int | `3` | |
178-
| notificationPublisher.probes.liveness.initialDelaySeconds | int | `10` | |
179-
| notificationPublisher.probes.liveness.periodSeconds | int | `15` | |
180-
| notificationPublisher.probes.liveness.successThreshold | int | `1` | |
181-
| notificationPublisher.probes.liveness.timeoutSeconds | int | `5` | |
182-
| notificationPublisher.probes.readiness.failureThreshold | int | `3` | |
183-
| notificationPublisher.probes.readiness.initialDelaySeconds | int | `10` | |
184-
| notificationPublisher.probes.readiness.periodSeconds | int | `15` | |
185-
| notificationPublisher.probes.readiness.successThreshold | int | `1` | |
186-
| notificationPublisher.probes.readiness.timeoutSeconds | int | `5` | |
187-
| notificationPublisher.replicaCount | int | `1` | replicaCount is not used when autoscaling is enabled |
188-
| notificationPublisher.resources.limits.cpu | string | `"2"` | |
189-
| notificationPublisher.resources.limits.memory | string | `"2Gi"` | |
190-
| notificationPublisher.resources.requests.cpu | string | `"500m"` | |
191-
| notificationPublisher.resources.requests.memory | string | `"512Mi"` | |
192-
| notificationPublisher.securityContext | object | `{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"readOnlyRootFilesystem":true,"runAsNonRoot":true,"seccompProfile":{"type":"RuntimeDefault"}}` | Security context of the container. |
193-
| notificationPublisher.tolerations | list | `[]` | |
194160
| repoMetaAnalyzer.additionalVolumeMounts | list | `[]` | |
195161
| repoMetaAnalyzer.additionalVolumes | list | `[]` | |
196162
| repoMetaAnalyzer.annotations | object | `{}` | |

0 commit comments

Comments
 (0)