diff --git a/charts/prometheus-blackbox-exporter/Chart.yaml b/charts/prometheus-blackbox-exporter/Chart.yaml index 4f9b6a3..1dc781d 100644 --- a/charts/prometheus-blackbox-exporter/Chart.yaml +++ b/charts/prometheus-blackbox-exporter/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 description: Prometheus Blackbox Exporter name: prometheus-blackbox-exporter -version: 1.0.2 -appVersion: 0.17.0 +version: 1.0.3 +appVersion: 0.18.0 home: https://github.com/prometheus/blackbox_exporter sources: - https://github.com/prometheus/blackbox_exporter diff --git a/charts/prometheus-blackbox-exporter/README.md b/charts/prometheus-blackbox-exporter/README.md index 3182c5a..9593da4 100644 --- a/charts/prometheus-blackbox-exporter/README.md +++ b/charts/prometheus-blackbox-exporter/README.md @@ -49,7 +49,7 @@ The following table lists the configurable parameters of the Blackbox-Exporter c | `extraConfigmapMounts` | Additional configmap mounts | `[]` | | `extraSecretMounts` | Additional secret mounts | `[]` | | `image.repository` | container image repository | `prom/blackbox-exporter` | -| `image.tag` | container image tag | `v0.17.0` | +| `image.tag` | container image tag | `v0.18.0` | | `image.pullPolicy` | container image pull policy | `IfNotPresent` | | `image.pullSecrets` | container image pull secrets | `[]` | | `ingress.annotations` | Ingress annotations | None | diff --git a/charts/prometheus-blackbox-exporter/values.yaml b/charts/prometheus-blackbox-exporter/values.yaml index e46cb08..a4d3468 100644 --- a/charts/prometheus-blackbox-exporter/values.yaml +++ b/charts/prometheus-blackbox-exporter/values.yaml @@ -11,7 +11,7 @@ strategy: image: repository: prom/blackbox-exporter - tag: v0.17.0 + tag: v0.18.0 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.