-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
6530644
commit 31181db
Showing
1 changed file
with
58 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,62 @@ | ||
# dependency-track | ||
|
||
This is an alternative version or the official chart (https://github.com/DependencyTrack/helm-charts) to support our internal cluster (based on openshift). | ||
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.10.0](https://img.shields.io/badge/AppVersion-4.10.0-informational?style=flat-square) | ||
|
||
We plan to upstream any valuable change to the existing official helm-chart but currently lack time and resources. | ||
Install OWASP Dependency-Track on Kubernetes (or RedHat Openshift) | ||
|
||
## Requirements | ||
|
||
| Repository | Name | Version | | ||
|------------|------|---------| | ||
| oci://registry-1.docker.io/bitnamicharts | common | 2.x.x | | ||
| oci://registry-1.docker.io/bitnamicharts | postgresql | 13.x.x | | ||
|
||
## Values | ||
|
||
| Key | Type | Default | Description | | ||
|-----|------|---------|-------------| | ||
| affinity | object | `{}` | | | ||
| apiserver.emptyDir.sizeLimit | string | `"8Gi"` | | | ||
| apiserver.image.pullPolicy | string | `"IfNotPresent"` | | | ||
| apiserver.image.repository | string | `"dependencytrack/apiserver"` | | | ||
| apiserver.image.tag | string | `"4.10.1"` | | | ||
| apiserver.persistentVolume.accessModes[0] | string | `"ReadWriteOnce"` | | | ||
| apiserver.persistentVolume.annotations | object | `{}` | | | ||
| apiserver.persistentVolume.enabled | bool | `true` | | | ||
| apiserver.persistentVolume.size | string | `"8Gi"` | | | ||
| apiserver.persistentVolume.storageClass | string | `""` | | | ||
| apiserver.replicaCount | int | `1` | | | ||
| autoscaling.enabled | bool | `false` | | | ||
| autoscaling.maxReplicas | int | `100` | | | ||
| autoscaling.minReplicas | int | `1` | | | ||
| autoscaling.targetCPUUtilizationPercentage | int | `80` | | | ||
| frontend.image.pullPolicy | string | `"IfNotPresent"` | | | ||
| frontend.image.repository | string | `"dependencytrack/frontend"` | | | ||
| frontend.image.tag | string | `"4.10.0"` | | | ||
| frontend.replicaCount | int | `1` | | | ||
| fullnameOverride | string | `""` | | | ||
| imagePullSecrets | list | `[]` | | | ||
| ingress.annotations | object | `{}` | | | ||
| ingress.enabled | bool | `false` | | | ||
| ingress.host | string | `"example.com"` | | | ||
| ingress.openshift | bool | `false` | | | ||
| ingress.tls.enabled | bool | `false` | | | ||
| ingress.tls.secretName | string | `""` | | | ||
| nameOverride | string | `""` | | | ||
| nodeSelector | object | `{}` | | | ||
| oidc.enabled | bool | `false` | | | ||
| podAnnotations | object | `{}` | | | ||
| podSecurityContext | object | `{}` | | | ||
| postgresql.auth.database | string | `"dependencytrack"` | | | ||
| postgresql.auth.password | string | `"dependencytrack"` | | | ||
| postgresql.auth.username | string | `"dependencytrack"` | | | ||
| postgresql.enabled | bool | `true` | | | ||
| resources | object | `{}` | | | ||
| securityContext | object | `{}` | | | ||
| service.port | int | `8080` | | | ||
| service.type | string | `"ClusterIP"` | | | ||
| serviceAccount.annotations | object | `{}` | | | ||
| serviceAccount.create | bool | `true` | | | ||
| serviceAccount.name | string | `""` | | | ||
| tolerations | list | `[]` | | | ||
|
||
Feel free to contact us if you want to help. |