Skip to content

Commit 0655601

Browse files
authored
Merge branch 'main' into renovate/prometheus-memcached-exporter-dependency-non-major-updates
2 parents 2a47864 + 068a8e7 commit 0655601

File tree

5 files changed

+9
-6
lines changed

5 files changed

+9
-6
lines changed

charts/prometheus-blackbox-exporter/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
description: Prometheus Blackbox Exporter
33
name: prometheus-blackbox-exporter
4-
version: 10.0.0
4+
version: 10.1.0
55
appVersion: v0.26.0
66
kubeVersion: ">=1.21.0-0"
77
home: https://github.com/prometheus/blackbox_exporter

charts/prometheus-blackbox-exporter/templates/networkpolicy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
- from:
1616
- namespaceSelector:
1717
matchLabels:
18-
name: monitoring
18+
name: {{ .Values.networkPolicy.monitoringNamespaceName }}
1919
ports:
2020
- port: {{ .Values.service.port }}
2121
protocol: TCP

charts/prometheus-blackbox-exporter/values.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,9 +385,11 @@ networkPolicy:
385385
# Enable network policy and allow access from anywhere
386386
enabled: false
387387
# Limit access only from monitoring namespace
388-
# Before setting this value to true, you must add the name=monitoring label to the monitoring namespace
388+
# Before setting this value to true, you must add the name=monitoring label to the monitoring namespace. Name can be rewritten by monitoringNamespaceName
389389
# Network Policy uses label filtering
390390
allowMonitoringNamespace: false
391+
# Rewrite monitoring namespace in network policy (default value monitoring)
392+
monitoringNamespaceName: "monitoring"
391393

392394
## dnsPolicy and dnsConfig for Deployments and Daemonsets if you want non-default settings.
393395
## These will be passed directly to the PodSpec of same.

charts/prometheus-operator-admission-webhook/Chart.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
apiVersion: v2
33
description: Prometheus Operator Admission Webhook
44
name: prometheus-operator-admission-webhook
5-
version: 0.24.2
6-
appVersion: 0.82.0
5+
version: 0.25.0
6+
# renovate: github=prometheus-operator/prometheus-operator
7+
appVersion: 0.83.0
78
home: https://github.com/prometheus-operator/prometheus-operator
89
icon: https://github.com/prometheus-operator/prometheus-operator/raw/main/Documentation/logos/prometheus-operator-logo.png
910
keywords:

charts/prometheus-operator-admission-webhook/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
image:
6666
registry: registry.k8s.io
6767
repository: ingress-nginx/kube-webhook-certgen
68-
tag: "v1.5.3"
68+
tag: "v1.5.4"
6969
## sha256 digest overrides tag
7070
# digest: 4d99688e557396f5baa150e019ff7d5b7334f9b9f9a8dab64038c5c2a006f6b5
7171
digest: ""

0 commit comments

Comments
 (0)