@@ -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
@@ -534,6 +534,10 @@ A Helm chart for Kubernetes to install DefectDojo
534534| celery.beat.extraInitContainers | list | `[]` | |
535535| celery.beat.extraVolumeMounts | list | `[]` | |
536536| celery.beat.extraVolumes | list | `[]` | |
537+ | celery.beat.image.digest | string | `""` | |
538+ | celery.beat.image.registry | string | `""` | |
539+ | celery.beat.image.repository | string | `""` | |
540+ | celery.beat.image.tag | string | `""` | |
537541| celery.beat.livenessProbe | object | `{}` | |
538542| celery.beat.nodeSelector | object | `{}` | |
539543| celery.beat.podAnnotations | object | `{}` | |
@@ -557,6 +561,10 @@ A Helm chart for Kubernetes to install DefectDojo
557561| celery.worker.extraInitContainers | list | `[]` | |
558562| celery.worker.extraVolumeMounts | list | `[]` | |
559563| celery.worker.extraVolumes | list | `[]` | |
564+ | celery.worker.image.digest | string | `""` | |
565+ | celery.worker.image.registry | string | `""` | |
566+ | celery.worker.image.repository | string | `""` | |
567+ | celery.worker.image.tag | string | `""` | |
560568| celery.worker.livenessProbe | object | `{}` | |
561569| celery.worker.nodeSelector | object | `{}` | |
562570| celery.worker.podAnnotations | object | `{}` | |
@@ -588,6 +596,10 @@ A Helm chart for Kubernetes to install DefectDojo
588596| dbMigrationChecker.enabled | bool | `true` | |
589597| dbMigrationChecker.extraEnv | list | `[]` | |
590598| dbMigrationChecker.extraVolumeMounts | list | `[]` | |
599+ | dbMigrationChecker.image.digest | string | `""` | |
600+ | dbMigrationChecker.image.registry | string | `""` | |
601+ | dbMigrationChecker.image.repository | string | `""` | |
602+ | dbMigrationChecker.image.tag | string | `""` | |
591603| dbMigrationChecker.resources.limits.cpu | string | `"200m"` | |
592604| dbMigrationChecker.resources.limits.memory | string | `"200Mi"` | |
593605| dbMigrationChecker.resources.requests.cpu | string | `"100m"` | |
@@ -617,6 +629,10 @@ A Helm chart for Kubernetes to install DefectDojo
617629| django.nginx.containerSecurityContext.runAsUser | int | `1001` | |
618630| django.nginx.extraEnv | list | `[]` | |
619631| django.nginx.extraVolumeMounts | list | `[]` | |
632+ | django.nginx.image.digest | string | `""` | |
633+ | django.nginx.image.registry | string | `""` | |
634+ | django.nginx.image.repository | string | `""` | |
635+ | django.nginx.image.tag | string | `""` | |
620636| django.nginx.resources.limits.cpu | string | `"2000m"` | |
621637| django.nginx.resources.limits.memory | string | `"256Mi"` | |
622638| django.nginx.resources.requests.cpu | string | `"100m"` | |
@@ -641,6 +657,10 @@ A Helm chart for Kubernetes to install DefectDojo
641657| django.uwsgi.enableDebug | bool | `false` | |
642658| django.uwsgi.extraEnv | list | `[]` | |
643659| django.uwsgi.extraVolumeMounts | list | `[]` | |
660+ | django.uwsgi.image.digest | string | `""` | |
661+ | django.uwsgi.image.registry | string | `""` | |
662+ | django.uwsgi.image.repository | string | `""` | |
663+ | django.uwsgi.image.tag | string | `""` | |
644664| django.uwsgi.livenessProbe.enabled | bool | `true` | |
645665| django.uwsgi.livenessProbe.failureThreshold | int | `6` | |
646666| django.uwsgi.livenessProbe.initialDelaySeconds | int | `0` | |
@@ -674,13 +694,25 @@ A Helm chart for Kubernetes to install DefectDojo
674694| host | string | `"defectdojo.default.minikube.local"` | |
675695| imagePullPolicy | string | `"Always"` | |
676696| imagePullSecrets | string | `nil` | |
697+ | images.django.image.digest | string | `""` | |
698+ | images.django.image.registry | string | `""` | |
699+ | images.django.image.repository | string | `"defectdojo/defectdojo-django"` | |
700+ | images.django.image.tag | string | `""` | |
701+ | images.nginx.image.digest | string | `""` | |
702+ | images.nginx.image.registry | string | `""` | |
703+ | images.nginx.image.repository | string | `"defectdojo/defectdojo-nginx"` | |
704+ | images.nginx.image.tag | string | `""` | |
677705| initializer.affinity | object | `{}` | |
678706| initializer.annotations | object | `{}` | |
679707| initializer.automountServiceAccountToken | bool | `false` | |
680708| initializer.containerSecurityContext | object | `{}` | |
681709| initializer.extraEnv | list | `[]` | |
682710| initializer.extraVolumeMounts | list | `[]` | |
683711| initializer.extraVolumes | list | `[]` | |
712+ | initializer.image.digest | string | `""` | |
713+ | initializer.image.registry | string | `""` | |
714+ | initializer.image.repository | string | `""` | |
715+ | initializer.image.tag | string | `""` | |
684716| initializer.jobAnnotations | object | `{}` | |
685717| initializer.keepSeconds | int | `60` | |
686718| initializer.labels | object | `{}` | |
@@ -699,7 +731,10 @@ A Helm chart for Kubernetes to install DefectDojo
699731| monitoring.prometheus.enabled | bool | `false` | |
700732| monitoring.prometheus.extraEnv | list | `[]` | |
701733| monitoring.prometheus.extraVolumeMounts | list | `[]` | |
702- | monitoring.prometheus.image | string | `"nginx/nginx-prometheus-exporter:1.4.2"` | |
734+ | monitoring.prometheus.image.digest | string | `""` | |
735+ | monitoring.prometheus.image.registry | string | `""` | |
736+ | monitoring.prometheus.image.repository | string | `"nginx/nginx-prometheus-exporter"` | |
737+ | monitoring.prometheus.image.tag | string | `"1.4.2"` | |
703738| monitoring.prometheus.imagePullPolicy | string | `"IfNotPresent"` | |
704739| monitoring.prometheus.resources | object | `{}` | |
705740| networkPolicy.annotations | object | `{}` | |
@@ -739,7 +774,6 @@ A Helm chart for Kubernetes to install DefectDojo
739774| redis.tls.enabled | bool | `false` | |
740775| redisParams | string | `""` | |
741776| redisServer | string | `nil` | |
742- | repositoryPrefix | string | `"defectdojo"` | |
743777| revisionHistoryLimit | int | `10` | |
744778| secrets.annotations | object | `{}` | |
745779| securityContext.containerSecurityContext.runAsNonRoot | bool | `true` | |
@@ -750,8 +784,11 @@ A Helm chart for Kubernetes to install DefectDojo
750784| serviceAccount.labels | object | `{}` | |
751785| serviceAccount.name | string | `""` | |
752786| siteUrl | string | `""` | |
753- | tag | string | `"latest"` | |
754787| tests.unitTests.automountServiceAccountToken | bool | `false` | |
788+ | tests.unitTests.image.digest | string | `""` | |
789+ | tests.unitTests.image.registry | string | `""` | |
790+ | tests.unitTests.image.repository | string | `""` | |
791+ | tests.unitTests.image.tag | string | `""` | |
755792| tests.unitTests.resources.limits.cpu | string | `"500m"` | |
756793| tests.unitTests.resources.limits.memory | string | `"512Mi"` | |
757794| tests.unitTests.resources.requests.cpu | string | `"100m"` | |
0 commit comments