You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| dbMigrationChecker.image | object | `{"digest":"","registry":"","repository":"","tag":""}` | If empty, uses values from images.django.image |
602
593
| dbMigrationChecker.resources | object | `{"limits":{"cpu":"200m","memory":"200Mi"},"requests":{"cpu":"100m","memory":"100Mi"}}` | Resource requests/limits for the DB migration checker. |
603
594
| disableHooks | bool | `false` | Avoid using pre-install hooks, which might cause issues with ArgoCD |
604
595
| django.affinity | object | `{}` | |
@@ -623,10 +614,7 @@ A Helm chart for Kubernetes to install DefectDojo
| django.nginx.extraEnv | list | `[]` | To extra environment variables to the nginx container, you can use extraEnv. For example: extraEnv: - name: FOO valueFrom: configMapKeyRef: name: foo key: bar |
625
616
| django.nginx.extraVolumeMounts | list | `[]` | Array of additional volume mount points for nginx containers. |
@@ -651,10 +639,7 @@ A Helm chart for Kubernetes to install DefectDojo
651
639
| django.uwsgi.enableDebug | bool | `false` | this also requires DD_DEBUG to be set to True |
652
640
| django.uwsgi.extraEnv | list | `[]` | To add (or override) extra variables which need to be pulled from another configMap, you can use extraEnv. For example: extraEnv: - name: DD_DATABASE_HOST valueFrom: configMapKeyRef: name: my-other-postgres-configmap key: cluster_endpoint |
653
641
| django.uwsgi.extraVolumeMounts | list | `[]` | Array of additional volume mount points for uwsgi containers. |
| imagePullSecrets | string | `nil` | When using a private registry, name of the secret that holds the registry secret (eg deploy token from gitlab-ci project) Create secrets as: kubectl create secret docker-registry defectdojoregistrykey --docker-username=registry_username --docker-password=registry_password --docker-server='https://index.docker.io/v1/' |
692
-
| images.django.image.digest | string | `""` | |
677
+
| images.django.image.digest | string | `""` | Prefix "sha@" is expected in this place |
| images.django.image.tag | string | `""` | If empty, use appVersion. Another possible values are: latest, X.X.X, X.X.X-debian, X.X.X-alpine (where X.X.X is version of DD). For dev builds (only for testing purposes): nightly-dev, nightly-dev-debian, nightly-dev-alpine. To see all, check https://hub.docker.com/r/defectdojo/defectdojo-django/tags. |
681
+
| images.nginx.image.digest | string | `""` | Prefix "sha@" is expected in this place |
| 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. |
| initializer.image | object | `{"digest":"","registry":"","repository":"","tag":""}` | If empty, uses values from images.django.image |
711
693
| initializer.jobAnnotations | object | `{}` | |
712
694
| 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. |
713
695
| initializer.labels | object | `{}` | |
@@ -759,10 +741,7 @@ A Helm chart for Kubernetes to install DefectDojo
759
741
| serviceAccount.name | string | `""` | The name of the service account to use. If not set and create is true, a name is generated using the fullname template |
760
742
| siteUrl | string | `""` | The full URL to your defectdojo instance, depends on the domain where DD is deployed, it also affects links in Jira. Use syntax: `siteUrl: 'https://<yourdomain>'` |
Copy file name to clipboardExpand all lines: helm/defectdojo/values.schema.json
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,7 @@
76
76
"type": "array"
77
77
},
78
78
"image": {
79
+
"description": "If empty, uses values from images.django.image",
79
80
"type": "object",
80
81
"properties": {
81
82
"digest": {
@@ -199,6 +200,7 @@
199
200
"type": "array"
200
201
},
201
202
"image": {
203
+
"description": "If empty, uses values from images.django.image",
202
204
"type": "object",
203
205
"properties": {
204
206
"digest": {
@@ -364,6 +366,7 @@
364
366
"type": "array"
365
367
},
366
368
"image": {
369
+
"description": "If empty, uses values from images.django.image",
367
370
"type": "object",
368
371
"properties": {
369
372
"digest": {
@@ -531,6 +534,7 @@
531
534
"type": "array"
532
535
},
533
536
"image": {
537
+
"description": "If empty, uses values from images.nginx.image",
534
538
"type": "object",
535
539
"properties": {
536
540
"digest": {
@@ -677,6 +681,7 @@
677
681
"type": "array"
678
682
},
679
683
"image": {
684
+
"description": "If empty, uses values from images.django.image",
680
685
"type": "object",
681
686
"properties": {
682
687
"digest": {
@@ -858,6 +863,7 @@
858
863
"type": "object",
859
864
"properties": {
860
865
"digest": {
866
+
"description": "Prefix \"sha@\" is expected in this place",
861
867
"type": "string"
862
868
},
863
869
"registry": {
@@ -867,6 +873,7 @@
867
873
"type": "string"
868
874
},
869
875
"tag": {
876
+
"description": "If empty, use appVersion. Another possible values are: latest, X.X.X, X.X.X-debian, X.X.X-alpine (where X.X.X is version of DD). For dev builds (only for testing purposes): nightly-dev, nightly-dev-debian, nightly-dev-alpine. To see all, check https://hub.docker.com/r/defectdojo/defectdojo-django/tags.",
870
877
"type": "string"
871
878
}
872
879
}
@@ -880,6 +887,7 @@
880
887
"type": "object",
881
888
"properties": {
882
889
"digest": {
890
+
"description": "Prefix \"sha@\" is expected in this place",
883
891
"type": "string"
884
892
},
885
893
"registry": {
@@ -889,6 +897,7 @@
889
897
"type": "string"
890
898
},
891
899
"tag": {
900
+
"description": "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.",
892
901
"type": "string"
893
902
}
894
903
}
@@ -926,6 +935,7 @@
926
935
"type": "array"
927
936
},
928
937
"image": {
938
+
"description": "If empty, uses values from images.django.image",
929
939
"type": "object",
930
940
"properties": {
931
941
"digest": {
@@ -1353,6 +1363,7 @@
1353
1363
"type": "boolean"
1354
1364
},
1355
1365
"image": {
1366
+
"description": "If empty, uses values from images.django.image",
0 commit comments