Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update helm release prometheus-blackbox-exporter to 7.1.3 #2141

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 16, 2022

This PR contains the following updates:

Package Update Change
prometheus-blackbox-exporter (source) patch 7.1.0 -> 7.1.3

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

prometheus-community/helm-charts (prometheus-blackbox-exporter)

v7.1.3

Compare Source

Prometheus Blackbox Exporter

v7.1.2

Compare Source

Prometheus Blackbox Exporter

v7.1.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 these updates again.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from dfroberg as a code owner October 16, 2022 16:12
@github-actions
Copy link

Path: cluster/core/monitoring/blackbox-exporter/helm-release.yaml
Version: 7.1.0 -> 7.1.1

@@ -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: 0e1c723cc26afcf586e838a65b7c7330c9cb4d36f4abe42590f4527888c8dc18
+        checksum/config: 4605ae48b50b03aa89bcf4a990a32ea241c05a75de19436097287a608953af75
     spec:
       automountServiceAccountToken: false
       serviceAccountName: blackbox-exporter

@renovate renovate bot changed the title fix(deps): update helm release prometheus-blackbox-exporter to 7.1.1 fix(deps): update helm release prometheus-blackbox-exporter to 7.1.2 Oct 18, 2022
@renovate renovate bot force-pushed the renovate/prometheus-blackbox-exporter-7.1.x branch from 0df3c8e to b79f2d7 Compare October 18, 2022 13:25
@github-actions
Copy link

Path: cluster/core/monitoring/blackbox-exporter/helm-release.yaml
Version: 7.1.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: 0e1c723cc26afcf586e838a65b7c7330c9cb4d36f4abe42590f4527888c8dc18
+        checksum/config: 482f1ab3a6e46b636805152a0f48836456d30c6f0a84565be4a0461b4fd65670
     spec:
       automountServiceAccountToken: false
       serviceAccountName: blackbox-exporter
@@ -296,7 +257,6 @@
         - sourceLabels: [target]
           targetLabel: target
           replacement: router
-      relabelings:
   jobLabel: "prometheus-blackbox-exporter"
   selector:
     matchLabels:
@@ -336,7 +296,6 @@
         - sourceLabels: [target]
           targetLabel: target
           replacement: nas
-      relabelings:
   jobLabel: "prometheus-blackbox-exporter"
   selector:
     matchLabels:

@renovate renovate bot changed the title fix(deps): update helm release prometheus-blackbox-exporter to 7.1.2 fix(deps): update helm release prometheus-blackbox-exporter to 7.1.3 Oct 26, 2022
@renovate renovate bot force-pushed the renovate/prometheus-blackbox-exporter-7.1.x branch from b79f2d7 to fd5a246 Compare October 26, 2022 12:20
@github-actions
Copy link

Path: cluster/core/monitoring/blackbox-exporter/helm-release.yaml
Version: 7.1.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: 0e1c723cc26afcf586e838a65b7c7330c9cb4d36f4abe42590f4527888c8dc18
+        checksum/config: 3cc94d0bd36d7dc468599747d27cce08c76db48477e6cbb71502463088fa5c6a
     spec:
       automountServiceAccountToken: false
       serviceAccountName: blackbox-exporter
@@ -296,7 +257,6 @@
         - sourceLabels: [target]
           targetLabel: target
           replacement: router
-      relabelings:
   jobLabel: "prometheus-blackbox-exporter"
   selector:
     matchLabels:
@@ -336,7 +296,6 @@
         - sourceLabels: [target]
           targetLabel: target
           replacement: nas
-      relabelings:
   jobLabel: "prometheus-blackbox-exporter"
   selector:
     matchLabels:

@renovate renovate bot force-pushed the renovate/prometheus-blackbox-exporter-7.1.x branch from fd5a246 to c6500d6 Compare March 16, 2023 12:06
@github-actions
Copy link

Path: cluster/core/monitoring/blackbox-exporter/helm-release.yaml
Version: 7.1.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: 0e1c723cc26afcf586e838a65b7c7330c9cb4d36f4abe42590f4527888c8dc18
+        checksum/config: 3cc94d0bd36d7dc468599747d27cce08c76db48477e6cbb71502463088fa5c6a
     spec:
       automountServiceAccountToken: false
       serviceAccountName: blackbox-exporter
@@ -296,7 +257,6 @@
         - sourceLabels: [target]
           targetLabel: target
           replacement: router
-      relabelings:
   jobLabel: "prometheus-blackbox-exporter"
   selector:
     matchLabels:
@@ -336,7 +296,6 @@
         - sourceLabels: [target]
           targetLabel: target
           replacement: nas
-      relabelings:
   jobLabel: "prometheus-blackbox-exporter"
   selector:
     matchLabels:

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.

0 participants