Skip to content

Commit a26ebc4

Browse files
committed
Update prometheus exporter to 0.2.0
1 parent 8acc7ae commit a26ebc4

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

deployments/daemon-set/nginx-ingress-with-prometheus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ spec:
4242
#- -report-ingress-status
4343
#- -external-service=nginx-ingress
4444
#- -enable-leader-election
45-
- image: nginx/nginx-prometheus-exporter:0.1.0
45+
- image: nginx/nginx-prometheus-exporter:0.2.0
4646
name: nginx-prometheus-exporter
4747
ports:
4848
- name: prometheus

deployments/daemon-set/nginx-plus-ingress-with-prometheus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ spec:
4444
#- -report-ingress-status
4545
#- -external-service=nginx-ingress
4646
#- -enable-leader-election
47-
- image: nginx/nginx-prometheus-exporter:0.1.0
47+
- image: nginx/nginx-prometheus-exporter:0.2.0
4848
name: nginx-prometheus-exporter
4949
ports:
5050
- name: prometheus

deployments/deployment/nginx-ingress-with-prometheus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
#- -report-ingress-status
4242
#- -external-service=nginx-ingress
4343
#- -enable-leader-election
44-
- image: nginx/nginx-prometheus-exporter:0.1.0
44+
- image: nginx/nginx-prometheus-exporter:0.2.0
4545
name: nginx-prometheus-exporter
4646
ports:
4747
- name: prometheus

deployments/deployment/nginx-plus-ingress-with-prometheus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ spec:
4343
#- -report-ingress-status
4444
#- -external-service=nginx-ingress
4545
#- -enable-leader-election
46-
- image: nginx/nginx-prometheus-exporter:0.1.0
46+
- image: nginx/nginx-prometheus-exporter:0.2.0
4747
name: nginx-prometheus-exporter
4848
ports:
4949
- name: prometheus

deployments/helm-chart/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Parameter | Description | Default
9595
`prometheues.create` | Deploys a Prometheus exporter container within the Ingress controller pod. Requires NGINX status enabled via `controller.nginxStatus.enable`. Note: the exporter will use the port specified by `controller.nginxStatus.port`.| false
9696
`prometheus.port` | Configures the port to scrape the metrics. | 9113
9797
`prometheus.image.repository` | The image repository of the Prometheus exporter. | nginx/nginx-prometheus-exporter
98-
`prometheus.image.tag` | The tag of the Prometheus exporter image. | 0.1.0
98+
`prometheus.image.tag` | The tag of the Prometheus exporter image. | 0.2.0
9999
`prometheus.image.pullPolicy` | The pull policy for the Prometheus exporter image. | IfNotPresent
100100

101101
Example:

deployments/helm-chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ prometheus:
4949
port: 9113
5050
image:
5151
repository: nginx/nginx-prometheus-exporter
52-
tag: "0.1.0"
52+
tag: "0.2.0"
5353
pullPolicy: IfNotPresent

0 commit comments

Comments
 (0)