Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
14 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion chart/chart-index/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ dependencies:
version: 3.7.4
repository: https://kyverno.github.io/policy-reporter
- name: prometheus-blackbox-exporter
version: 11.15.1
version: 11.16.0
repository: https://prometheus-community.github.io/helm-charts
- name: prometheus-msteams
version: 1.3.6
Expand Down
2 changes: 1 addition & 1 deletion charts/prometheus-blackbox-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ sources:
- https://github.com/prometheus/blackbox_exporter
- https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus-blackbox-exporter
type: application
version: 11.15.1
version: 11.16.0
2 changes: 1 addition & 1 deletion charts/prometheus-blackbox-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ configReloader:
image:
registry: quay.io
repository: prometheus-operator/prometheus-config-reloader
tag: "v0.92.1"
tag: "v0.93.0"
pullPolicy: IfNotPresent
digest: ""
securityContext:
Expand Down
Loading