diff --git a/helm/defectdojo/README.md b/helm/defectdojo/README.md index aa468e6bc61..64c2d352b6c 100644 --- a/helm/defectdojo/README.md +++ b/helm/defectdojo/README.md @@ -711,7 +711,7 @@ A Helm chart for Kubernetes to install DefectDojo | monitoring.prometheus.image.digest | string | `""` | | | monitoring.prometheus.image.registry | string | `""` | | | monitoring.prometheus.image.repository | string | `"nginx/nginx-prometheus-exporter"` | | -| monitoring.prometheus.image.tag | string | `"1.4.2"` | | +| monitoring.prometheus.image.tag | string | `"1.5.1"` | | | monitoring.prometheus.imagePullPolicy | string | `"IfNotPresent"` | | | monitoring.prometheus.resources | object | `{}` | Optional: add resource requests/limits for the nginx prometheus exporter container | | networkPolicy | object | `{"annotations":{},"egress":[],"enabled":false,"ingress":[],"ingressExtend":[]}` | Enables application network policy For more info follow https://kubernetes.io/docs/concepts/services-networking/network-policies/ | diff --git a/helm/defectdojo/values.yaml b/helm/defectdojo/values.yaml index cf04f33bf11..d9b52db332d 100644 --- a/helm/defectdojo/values.yaml +++ b/helm/defectdojo/values.yaml @@ -192,7 +192,7 @@ monitoring: image: registry: "" repository: nginx/nginx-prometheus-exporter - tag: "1.4.2" + tag: "1.5.1" digest: "" imagePullPolicy: IfNotPresent # -- Optional: container security context for nginx prometheus exporter