@@ -495,7 +495,7 @@ kubectl delete pvc data-defectdojo-redis-0 data-defectdojo-postgresql-0
495495
496496# General information about chart values
497497
498-  
498+  
499499
500500A Helm chart for Kubernetes to install DefectDojo
501501
@@ -533,6 +533,10 @@ A Helm chart for Kubernetes to install DefectDojo
533533| celery.beat.extraInitContainers | list | `[]` | |
534534| celery.beat.extraVolumeMounts | list | `[]` | |
535535| celery.beat.extraVolumes | list | `[]` | |
536+ | celery.beat.image.digest | string | `""` | |
537+ | celery.beat.image.registry | string | `""` | |
538+ | celery.beat.image.repository | string | `""` | |
539+ | celery.beat.image.tag | string | `""` | |
536540| celery.beat.livenessProbe | object | `{}` | |
537541| celery.beat.nodeSelector | object | `{}` | |
538542| celery.beat.podAnnotations | object | `{}` | |
@@ -555,6 +559,10 @@ A Helm chart for Kubernetes to install DefectDojo
555559| celery.worker.extraInitContainers | list | `[]` | |
556560| celery.worker.extraVolumeMounts | list | `[]` | |
557561| celery.worker.extraVolumes | list | `[]` | |
562+ | celery.worker.image.digest | string | `""` | |
563+ | celery.worker.image.registry | string | `""` | |
564+ | celery.worker.image.repository | string | `""` | |
565+ | celery.worker.image.tag | string | `""` | |
558566| celery.worker.livenessProbe | object | `{}` | |
559567| celery.worker.nodeSelector | object | `{}` | |
560568| celery.worker.podAnnotations | object | `{}` | |
@@ -586,6 +594,10 @@ A Helm chart for Kubernetes to install DefectDojo
586594| dbMigrationChecker.enabled | bool | `true` | |
587595| dbMigrationChecker.extraEnv | list | `[]` | |
588596| dbMigrationChecker.extraVolumeMounts | list | `[]` | |
597+ | dbMigrationChecker.image.digest | string | `""` | |
598+ | dbMigrationChecker.image.registry | string | `""` | |
599+ | dbMigrationChecker.image.repository | string | `""` | |
600+ | dbMigrationChecker.image.tag | string | `""` | |
589601| dbMigrationChecker.resources.limits.cpu | string | `"200m"` | |
590602| dbMigrationChecker.resources.limits.memory | string | `"200Mi"` | |
591603| dbMigrationChecker.resources.requests.cpu | string | `"100m"` | |
@@ -614,6 +626,10 @@ A Helm chart for Kubernetes to install DefectDojo
614626| django.nginx.containerSecurityContext.runAsUser | int | `1001` | |
615627| django.nginx.extraEnv | list | `[]` | |
616628| django.nginx.extraVolumeMounts | list | `[]` | |
629+ | django.nginx.image.digest | string | `""` | |
630+ | django.nginx.image.registry | string | `""` | |
631+ | django.nginx.image.repository | string | `""` | |
632+ | django.nginx.image.tag | string | `""` | |
617633| django.nginx.resources.limits.cpu | string | `"2000m"` | |
618634| django.nginx.resources.limits.memory | string | `"256Mi"` | |
619635| django.nginx.resources.requests.cpu | string | `"100m"` | |
@@ -638,6 +654,10 @@ A Helm chart for Kubernetes to install DefectDojo
638654| django.uwsgi.enableDebug | bool | `false` | |
639655| django.uwsgi.extraEnv | list | `[]` | |
640656| django.uwsgi.extraVolumeMounts | list | `[]` | |
657+ | django.uwsgi.image.digest | string | `""` | |
658+ | django.uwsgi.image.registry | string | `""` | |
659+ | django.uwsgi.image.repository | string | `""` | |
660+ | django.uwsgi.image.tag | string | `""` | |
641661| django.uwsgi.livenessProbe.enabled | bool | `true` | |
642662| django.uwsgi.livenessProbe.failureThreshold | int | `6` | |
643663| django.uwsgi.livenessProbe.initialDelaySeconds | int | `0` | |
@@ -671,12 +691,24 @@ A Helm chart for Kubernetes to install DefectDojo
671691| host | string | `"defectdojo.default.minikube.local"` | |
672692| imagePullPolicy | string | `"Always"` | |
673693| imagePullSecrets | string | `nil` | |
694+ | images.django.image.digest | string | `""` | |
695+ | images.django.image.registry | string | `""` | |
696+ | images.django.image.repository | string | `"defectdojo/defectdojo-django"` | |
697+ | images.django.image.tag | string | `""` | |
698+ | images.nginx.image.digest | string | `""` | |
699+ | images.nginx.image.registry | string | `""` | |
700+ | images.nginx.image.repository | string | `"defectdojo/defectdojo-nginx"` | |
701+ | images.nginx.image.tag | string | `""` | |
674702| initializer.affinity | object | `{}` | |
675703| initializer.annotations | object | `{}` | |
676704| initializer.containerSecurityContext | object | `{}` | |
677705| initializer.extraEnv | list | `[]` | |
678706| initializer.extraVolumeMounts | list | `[]` | |
679707| initializer.extraVolumes | list | `[]` | |
708+ | initializer.image.digest | string | `""` | |
709+ | initializer.image.registry | string | `""` | |
710+ | initializer.image.repository | string | `""` | |
711+ | initializer.image.tag | string | `""` | |
680712| initializer.jobAnnotations | object | `{}` | |
681713| initializer.keepSeconds | int | `60` | |
682714| initializer.labels | object | `{}` | |
@@ -695,7 +727,10 @@ A Helm chart for Kubernetes to install DefectDojo
695727| monitoring.prometheus.enabled | bool | `false` | |
696728| monitoring.prometheus.extraEnv | list | `[]` | |
697729| monitoring.prometheus.extraVolumeMounts | list | `[]` | |
698- | monitoring.prometheus.image | string | `"nginx/nginx-prometheus-exporter:1.4.2"` | |
730+ | monitoring.prometheus.image.digest | string | `""` | |
731+ | monitoring.prometheus.image.registry | string | `""` | |
732+ | monitoring.prometheus.image.repository | string | `"nginx/nginx-prometheus-exporter"` | |
733+ | monitoring.prometheus.image.tag | string | `"1.4.2"` | |
699734| monitoring.prometheus.imagePullPolicy | string | `"IfNotPresent"` | |
700735| monitoring.prometheus.resources | object | `{}` | |
701736| networkPolicy.annotations | object | `{}` | |
@@ -735,7 +770,6 @@ A Helm chart for Kubernetes to install DefectDojo
735770| redis.tls.enabled | bool | `false` | |
736771| redisParams | string | `""` | |
737772| redisServer | string | `nil` | |
738- | repositoryPrefix | string | `"defectdojo"` | |
739773| revisionHistoryLimit | int | `10` | |
740774| secrets.annotations | object | `{}` | |
741775| securityContext.containerSecurityContext.runAsNonRoot | bool | `true` | |
@@ -746,7 +780,10 @@ A Helm chart for Kubernetes to install DefectDojo
746780| serviceAccount.labels | object | `{}` | |
747781| serviceAccount.name | string | `""` | |
748782| siteUrl | string | `""` | |
749- | tag | string | `"latest"` | |
783+ | tests.unitTests.image.digest | string | `""` | |
784+ | tests.unitTests.image.registry | string | `""` | |
785+ | tests.unitTests.image.repository | string | `""` | |
786+ | tests.unitTests.image.tag | string | `""` | |
750787| tests.unitTests.resources.limits.cpu | string | `"500m"` | |
751788| tests.unitTests.resources.limits.memory | string | `"512Mi"` | |
752789| tests.unitTests.resources.requests.cpu | string | `"100m"` | |
0 commit comments