Skip to content

chore(deps): update helm release prometheus-blackbox-exporter to v7.1.3#805

Merged
kashalls merged 1 commit intomainfrom
renovate/prometheus-blackbox-exporter-7.x
Nov 5, 2022
Merged

chore(deps): update helm release prometheus-blackbox-exporter to v7.1.3#805
kashalls merged 1 commit intomainfrom
renovate/prometheus-blackbox-exporter-7.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 22, 2022

Mend Renovate

This PR contains the following updates:

Package Update Change
prometheus-blackbox-exporter (source) minor 7.0.0 -> 7.1.3

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

prometheus-community/helm-charts

v7.1.3

Compare Source

Prometheus Blackbox Exporter

v7.1.2

Compare Source

Prometheus Blackbox Exporter

v7.1.1

Compare Source

Prometheus Blackbox Exporter

v7.1.0

Compare Source

Prometheus Blackbox Exporter

v7.0.1

Compare Source

Prometheus Blackbox Exporter


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@github-actions
Copy link

Path: cluster/apps/monitoring/blackbox-exporter/helm-release.yaml
Version: 7.0.0 -> 7.1.0

@@ -163,7 +163,7 @@
         app.kubernetes.io/instance: prometheus-blackbox-exporter
         app.kubernetes.io/managed-by: Helm
       annotations:
-        checksum/config: 974a183b08c17018669fbf9a6e6205d17dc2d575d8623894ebcd6e53ee202e80
+        checksum/config: 0e1c723cc26afcf586e838a65b7c7330c9cb4d36f4abe42590f4527888c8dc18
     spec:
       automountServiceAccountToken: false
       serviceAccountName: blackbox-exporter
@@ -251,21 +251,21 @@
       rules:
         - alert: BlackboxSslCertificateWillExpireSoon
           annotations:
-            description: The SSL certificate for {{ $labels.target }} will expire in less than 3 days
+            description: The SSL certificate for {{"{{ $labels.target }}"}} will expire in less than 3 days
           expr: probe_ssl_earliest_cert_expiry - time() < 86400 * 3
           for: 5m
           labels:
             severity: critical
         - alert: BlackboxSslCertificateExpired
           annotations:
-            description: The SSL certificate for {{ $labels.target }} has expired
+            description: The SSL certificate for {{"{{ $labels.target }}"}} has expired
           expr: probe_ssl_earliest_cert_expiry - time() <= 0
           for: 5m
           labels:
             severity: critical
         - alert: BlackboxProbeFailed
           annotations:
-            description: The host {{ $labels.target }} is currently unreachable
+            description: The host {{"{{ $labels.target }}"}} is currently unreachable
           expr: probe_success == 0
           for: 5m
           labels:

@renovate renovate bot force-pushed the renovate/prometheus-blackbox-exporter-7.x branch from 30d44ac to a3de6d9 Compare October 16, 2022 16:53
@renovate renovate bot changed the title chore(deps): update helm release prometheus-blackbox-exporter to v7.1.0 chore(deps): update helm release prometheus-blackbox-exporter to v7.1.1 Oct 16, 2022
@renovate renovate bot changed the title chore(deps): update helm release prometheus-blackbox-exporter to v7.1.1 chore(deps): update helm release prometheus-blackbox-exporter to v7.1.2 Oct 18, 2022
@renovate renovate bot force-pushed the renovate/prometheus-blackbox-exporter-7.x branch from a3de6d9 to 14c8bf1 Compare October 18, 2022 12:08
@github-actions
Copy link

Path: cluster/apps/monitoring/blackbox-exporter/helm-release.yaml
Version: 7.0.0 -> 7.1.2

@@ -1,42 +1,3 @@
-# Source: prometheus-blackbox-exporter/templates/podsecuritypolicy.yaml
-apiVersion: policy/v1beta1
-kind: PodSecurityPolicy
-metadata:
-  name: blackbox-exporter-psp
-  namespace: default
-  labels:
-    app.kubernetes.io/name: prometheus-blackbox-exporter
-    app.kubernetes.io/instance: prometheus-blackbox-exporter
-    app.kubernetes.io/managed-by: Helm
-spec:
-  # Prevents running in privileged mode
-  privileged: false
-  # Required to prevent escalations to root.
-  allowPrivilegeEscalation: false
-  volumes:
-    - configMap
-    - secret
-  hostNetwork: false
-  hostIPC: false
-  hostPID: false
-  runAsUser:
-    rule: RunAsAny
-  seLinux:
-    rule: RunAsAny
-  supplementalGroups:
-    rule: 'MustRunAs'
-    ranges:
-      # Forbid adding the root group.
-      - min: 1
-        max: 65535
-  fsGroup:
-    rule: 'MustRunAs'
-    ranges:
-      # Forbid adding the root group.
-      - min: 1
-        max: 65535
-  readOnlyRootFilesystem:
----
 # Source: prometheus-blackbox-exporter/templates/serviceaccount.yaml
 apiVersion: v1
 kind: ServiceAccount
@@ -163,7 +124,7 @@
         app.kubernetes.io/instance: prometheus-blackbox-exporter
         app.kubernetes.io/managed-by: Helm
       annotations:
-        checksum/config: 974a183b08c17018669fbf9a6e6205d17dc2d575d8623894ebcd6e53ee202e80
+        checksum/config: 482f1ab3a6e46b636805152a0f48836456d30c6f0a84565be4a0461b4fd65670
     spec:
       automountServiceAccountToken: false
       serviceAccountName: blackbox-exporter
@@ -251,21 +212,21 @@
       rules:
         - alert: BlackboxSslCertificateWillExpireSoon
           annotations:
-            description: The SSL certificate for {{ $labels.target }} will expire in less than 3 days
+            description: The SSL certificate for {{"{{ $labels.target }}"}} will expire in less than 3 days
           expr: probe_ssl_earliest_cert_expiry - time() < 86400 * 3
           for: 5m
           labels:
             severity: critical
         - alert: BlackboxSslCertificateExpired
           annotations:
-            description: The SSL certificate for {{ $labels.target }} has expired
+            description: The SSL certificate for {{"{{ $labels.target }}"}} has expired
           expr: probe_ssl_earliest_cert_expiry - time() <= 0
           for: 5m
           labels:
             severity: critical
         - alert: BlackboxProbeFailed
           annotations:
-            description: The host {{ $labels.target }} is currently unreachable
+            description: The host {{"{{ $labels.target }}"}} is currently unreachable
           expr: probe_success == 0
           for: 5m
           labels:
@@ -301,7 +262,6 @@
         - sourceLabels: [target]
           targetLabel: target
           replacement: unifi-icmp
-      relabelings:
   jobLabel: "prometheus-blackbox-exporter"
   selector:
     matchLabels:

@renovate renovate bot changed the title chore(deps): update helm release prometheus-blackbox-exporter to v7.1.2 chore(deps): update helm release prometheus-blackbox-exporter to v7.1.3 Oct 26, 2022
@renovate renovate bot force-pushed the renovate/prometheus-blackbox-exporter-7.x branch from 14c8bf1 to ecbdbbd Compare October 26, 2022 10:28
@github-actions
Copy link

Path: cluster/apps/monitoring/blackbox-exporter/helm-release.yaml
Version: 7.0.0 -> 7.1.3

@@ -1,42 +1,3 @@
-# Source: prometheus-blackbox-exporter/templates/podsecuritypolicy.yaml
-apiVersion: policy/v1beta1
-kind: PodSecurityPolicy
-metadata:
-  name: blackbox-exporter-psp
-  namespace: default
-  labels:
-    app.kubernetes.io/name: prometheus-blackbox-exporter
-    app.kubernetes.io/instance: prometheus-blackbox-exporter
-    app.kubernetes.io/managed-by: Helm
-spec:
-  # Prevents running in privileged mode
-  privileged: false
-  # Required to prevent escalations to root.
-  allowPrivilegeEscalation: false
-  volumes:
-    - configMap
-    - secret
-  hostNetwork: false
-  hostIPC: false
-  hostPID: false
-  runAsUser:
-    rule: RunAsAny
-  seLinux:
-    rule: RunAsAny
-  supplementalGroups:
-    rule: 'MustRunAs'
-    ranges:
-      # Forbid adding the root group.
-      - min: 1
-        max: 65535
-  fsGroup:
-    rule: 'MustRunAs'
-    ranges:
-      # Forbid adding the root group.
-      - min: 1
-        max: 65535
-  readOnlyRootFilesystem:
----
 # Source: prometheus-blackbox-exporter/templates/serviceaccount.yaml
 apiVersion: v1
 kind: ServiceAccount
@@ -163,7 +124,7 @@
         app.kubernetes.io/instance: prometheus-blackbox-exporter
         app.kubernetes.io/managed-by: Helm
       annotations:
-        checksum/config: 974a183b08c17018669fbf9a6e6205d17dc2d575d8623894ebcd6e53ee202e80
+        checksum/config: 3cc94d0bd36d7dc468599747d27cce08c76db48477e6cbb71502463088fa5c6a
     spec:
       automountServiceAccountToken: false
       serviceAccountName: blackbox-exporter
@@ -251,21 +212,21 @@
       rules:
         - alert: BlackboxSslCertificateWillExpireSoon
           annotations:
-            description: The SSL certificate for {{ $labels.target }} will expire in less than 3 days
+            description: The SSL certificate for {{"{{ $labels.target }}"}} will expire in less than 3 days
           expr: probe_ssl_earliest_cert_expiry - time() < 86400 * 3
           for: 5m
           labels:
             severity: critical
         - alert: BlackboxSslCertificateExpired
           annotations:
-            description: The SSL certificate for {{ $labels.target }} has expired
+            description: The SSL certificate for {{"{{ $labels.target }}"}} has expired
           expr: probe_ssl_earliest_cert_expiry - time() <= 0
           for: 5m
           labels:
             severity: critical
         - alert: BlackboxProbeFailed
           annotations:
-            description: The host {{ $labels.target }} is currently unreachable
+            description: The host {{"{{ $labels.target }}"}} is currently unreachable
           expr: probe_success == 0
           for: 5m
           labels:
@@ -301,7 +262,6 @@
         - sourceLabels: [target]
           targetLabel: target
           replacement: unifi-icmp
-      relabelings:
   jobLabel: "prometheus-blackbox-exporter"
   selector:
     matchLabels:

@renovate renovate bot force-pushed the renovate/prometheus-blackbox-exporter-7.x branch from ecbdbbd to 9272a37 Compare October 31, 2022 15:16
@github-actions
Copy link

Path: cluster/apps/monitoring/blackbox-exporter/helm-release.yaml
Version: 7.0.0 -> 7.1.3

@@ -1,42 +1,3 @@
-# Source: prometheus-blackbox-exporter/templates/podsecuritypolicy.yaml
-apiVersion: policy/v1beta1
-kind: PodSecurityPolicy
-metadata:
-  name: blackbox-exporter-psp
-  namespace: default
-  labels:
-    app.kubernetes.io/name: prometheus-blackbox-exporter
-    app.kubernetes.io/instance: prometheus-blackbox-exporter
-    app.kubernetes.io/managed-by: Helm
-spec:
-  # Prevents running in privileged mode
-  privileged: false
-  # Required to prevent escalations to root.
-  allowPrivilegeEscalation: false
-  volumes:
-    - configMap
-    - secret
-  hostNetwork: false
-  hostIPC: false
-  hostPID: false
-  runAsUser:
-    rule: RunAsAny
-  seLinux:
-    rule: RunAsAny
-  supplementalGroups:
-    rule: 'MustRunAs'
-    ranges:
-      # Forbid adding the root group.
-      - min: 1
-        max: 65535
-  fsGroup:
-    rule: 'MustRunAs'
-    ranges:
-      # Forbid adding the root group.
-      - min: 1
-        max: 65535
-  readOnlyRootFilesystem:
----
 # Source: prometheus-blackbox-exporter/templates/serviceaccount.yaml
 apiVersion: v1
 kind: ServiceAccount
@@ -163,7 +124,7 @@
         app.kubernetes.io/instance: prometheus-blackbox-exporter
         app.kubernetes.io/managed-by: Helm
       annotations:
-        checksum/config: 974a183b08c17018669fbf9a6e6205d17dc2d575d8623894ebcd6e53ee202e80
+        checksum/config: 3cc94d0bd36d7dc468599747d27cce08c76db48477e6cbb71502463088fa5c6a
     spec:
       automountServiceAccountToken: false
       serviceAccountName: blackbox-exporter
@@ -251,21 +212,21 @@
       rules:
         - alert: BlackboxSslCertificateWillExpireSoon
           annotations:
-            description: The SSL certificate for {{ $labels.target }} will expire in less than 3 days
+            description: The SSL certificate for {{"{{ $labels.target }}"}} will expire in less than 3 days
           expr: probe_ssl_earliest_cert_expiry - time() < 86400 * 3
           for: 5m
           labels:
             severity: critical
         - alert: BlackboxSslCertificateExpired
           annotations:
-            description: The SSL certificate for {{ $labels.target }} has expired
+            description: The SSL certificate for {{"{{ $labels.target }}"}} has expired
           expr: probe_ssl_earliest_cert_expiry - time() <= 0
           for: 5m
           labels:
             severity: critical
         - alert: BlackboxProbeFailed
           annotations:
-            description: The host {{ $labels.target }} is currently unreachable
+            description: The host {{"{{ $labels.target }}"}} is currently unreachable
           expr: probe_success == 0
           for: 5m
           labels:
@@ -301,7 +262,6 @@
         - sourceLabels: [target]
           targetLabel: target
           replacement: unifi-icmp
-      relabelings:
   jobLabel: "prometheus-blackbox-exporter"
   selector:
     matchLabels:

@kashalls kashalls merged commit 8591432 into main Nov 5, 2022
@renovate renovate bot deleted the renovate/prometheus-blackbox-exporter-7.x branch November 5, 2022 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant