Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
desaintmartin authored Apr 15, 2024
2 parents b2c7e5d + 98b8420 commit 4453017
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/prometheus-blackbox-exporter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: Prometheus Blackbox Exporter
name: prometheus-blackbox-exporter
version: 8.15.0
version: 8.15.1
appVersion: v0.25.0
home: https://github.com/prometheus/blackbox_exporter
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/prometheus-blackbox-exporter/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ containers:
- --listen-address=:{{ .Values.configReloader.containerPort }}
- --log-format={{ .Values.configReloader.config.logFormat }}
- --log-level={{ .Values.configReloader.config.logLevel }}
{{- with .Values.resources }}
{{- with .Values.configReloader.resources }}
resources:
{{- toYaml . | nindent 4 }}
{{- end }}
Expand Down

0 comments on commit 4453017

Please sign in to comment.