@@ -89,7 +89,7 @@ The command removes all the Kubernetes components associated with the chart and
89
89
| ` operator.enabled ` | Deploy Prometheus Operator to the cluster | ` true ` |
90
90
| ` operator.image.registry ` | Prometheus Operator image registry | ` docker.io ` |
91
91
| ` operator.image.repository ` | Prometheus Operator image repository | ` bitnami/prometheus-operator ` |
92
- | ` operator.image.tag ` | Prometheus Operator image tag (immutable tags are recommended) | ` 0.67.0 -debian-11-r0 ` |
92
+ | ` operator.image.tag ` | Prometheus Operator image tag (immutable tags are recommended) | ` 0.67.1 -debian-11-r0 ` |
93
93
| ` operator.image.digest ` | Prometheus Operator image digest in the way sha256: aa .... Please note this parameter, if set, will override the tag | ` "" ` |
94
94
| ` operator.image.pullPolicy ` | Prometheus Operator image pull policy | ` IfNotPresent ` |
95
95
| ` operator.image.pullSecrets ` | Specify docker-registry secret names as an array | ` [] ` |
@@ -207,7 +207,7 @@ The command removes all the Kubernetes components associated with the chart and
207
207
| ` prometheus.enabled ` | Deploy Prometheus to the cluster | ` true ` |
208
208
| ` prometheus.image.registry ` | Prometheus image registry | ` docker.io ` |
209
209
| ` prometheus.image.repository ` | Prometheus image repository | ` bitnami/prometheus ` |
210
- | ` prometheus.image.tag ` | Prometheus image tag (immutable tags are recommended) | ` 2.46.0-debian-11-r0 ` |
210
+ | ` prometheus.image.tag ` | Prometheus image tag (immutable tags are recommended) | ` 2.46.0-debian-11-r5 ` |
211
211
| ` prometheus.image.digest ` | Prometheus image digest in the way sha256: aa .... Please note this parameter, if set, will override the tag | ` "" ` |
212
212
| ` prometheus.image.pullSecrets ` | Specify docker-registry secret names as an array | ` [] ` |
213
213
| ` prometheus.serviceAccount.create ` | Specify whether to create a ServiceAccount for Prometheus | ` true ` |
@@ -441,7 +441,7 @@ The command removes all the Kubernetes components associated with the chart and
441
441
| ` alertmanager.enabled ` | Deploy Alertmanager to the cluster | ` true ` |
442
442
| ` alertmanager.image.registry ` | Prometheus image registry | ` docker.io ` |
443
443
| ` alertmanager.image.repository ` | Prometheus image repository | ` bitnami/alertmanager ` |
444
- | ` alertmanager.image.tag ` | Prometheus image tag (immutable tags are recommended) | ` 0.25.0-debian-11-r165 ` |
444
+ | ` alertmanager.image.tag ` | Prometheus image tag (immutable tags are recommended) | ` 0.25.0-debian-11-r171 ` |
445
445
| ` alertmanager.image.digest ` | Prometheus image digest in the way sha256: aa .... Please note this parameter, if set, will override the tag | ` "" ` |
446
446
| ` alertmanager.image.pullSecrets ` | Specify docker-registry secret names as an array | ` [] ` |
447
447
| ` alertmanager.serviceAccount.create ` | Specify whether to create a ServiceAccount for Alertmanager | ` true ` |
@@ -582,7 +582,7 @@ The command removes all the Kubernetes components associated with the chart and
582
582
| ` blackboxExporter.image.registry ` | Blackbox Exporter image registry | ` docker.io ` |
583
583
| ` blackboxExporter.image.repository ` | Blackbox Exporter image repository | ` bitnami/blackbox-exporter ` |
584
584
| ` blackboxExporter.image.pullPolicy ` | Blackbox Exporter image pull policy | ` IfNotPresent ` |
585
- | ` blackboxExporter.image.tag ` | Blackbox Exporter image tag (immutable tags are recommended) | ` 0.24.0-debian-11-r70 ` |
585
+ | ` blackboxExporter.image.tag ` | Blackbox Exporter image tag (immutable tags are recommended) | ` 0.24.0-debian-11-r76 ` |
586
586
| ` blackboxExporter.image.digest ` | Blackbox Exporter image digest in the way sha256: aa .... Please note this parameter, if set, will override the tag | ` "" ` |
587
587
| ` blackboxExporter.image.pullSecrets ` | Specify docker-registry secret names as an array | ` [] ` |
588
588
| ` blackboxExporter.extraEnvVars ` | Array with extra environment variables to add to blackboxExporter nodes | ` [] ` |
0 commit comments