Skip to content

Commit 1c8f1d5

Browse files
committed
feat(helm): update readme
1 parent ee5965a commit 1c8f1d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

helm/defectdojo/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ kubectl delete pvc data-defectdojo-redis-0 data-defectdojo-postgresql-0
495495
496496
# General information about chart values
497497
498-
![Version: 1.8.2-dev](https://img.shields.io/badge/Version-1.8.2--dev-informational?style=flat-square) ![AppVersion: 2.53.0-dev](https://img.shields.io/badge/AppVersion-2.53.0--dev-informational?style=flat-square)
498+
![Version: 1.9.0-dev](https://img.shields.io/badge/Version-1.9.0--dev-informational?style=flat-square) ![AppVersion: 2.53.0-dev](https://img.shields.io/badge/AppVersion-2.53.0--dev-informational?style=flat-square)
499499
500500
A Helm chart for Kubernetes to install DefectDojo
501501
@@ -683,7 +683,6 @@ A Helm chart for Kubernetes to install DefectDojo
683683
| images.nginx.image.repository | string | `"defectdojo/defectdojo-nginx"` | |
684684
| images.nginx.image.tag | string | `""` | If empty, use appVersion. Another possible values are: latest, X.X.X, X.X.X-alpine (where X.X.X is version of DD). For dev builds (only for testing purposes): nightly-dev, nightly-dev-alpine. To see all, check https://hub.docker.com/r/defectdojo/defectdojo-nginx/tags. |
685685
| initializer.affinity | object | `{}` | |
686-
| initializer.annotations | object | `{}` | |
687686
| initializer.automountServiceAccountToken | bool | `false` | |
688687
| initializer.containerSecurityContext | object | `{}` | Container security context for the initializer Job container |
689688
| initializer.extraEnv | list | `[]` | Additional environment variables injected to the initializer job pods. |
@@ -694,6 +693,7 @@ A Helm chart for Kubernetes to install DefectDojo
694693
| initializer.keepSeconds | int | `60` | A positive integer will keep this Job and Pod deployed for the specified number of seconds, after which they will be removed. For all other values, the Job and Pod will remain deployed. |
695694
| initializer.labels | object | `{}` | |
696695
| initializer.nodeSelector | object | `{}` | |
696+
| initializer.podAnnotations | object | `{}` | |
697697
| initializer.podSecurityContext | object | `{}` | Pod security context for the initializer Job |
698698
| initializer.resources.limits.cpu | string | `"2000m"` | |
699699
| initializer.resources.limits.memory | string | `"512Mi"` | |

0 commit comments

Comments
 (0)