onedr0p / home-ops

Wife approved HomeOps driven by Kubernetes and GitOps using Flux
https://onedr0p.github.io/home-ops/
Do What The F*ck You Want To Public License
1.98k stars 179 forks source link

feat(container)!: Update prometheus-blackbox-exporter ( 8.17.0 → 9.0.0 ) #7946

Closed bot-ross[bot] closed 2 months ago

bot-ross[bot] commented 2 months ago

This PR contains the following updates:

Package Update Change
prometheus-blackbox-exporter major 8.17.0 -> 9.0.0

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.



This PR has been generated by Renovate Bot.

bot-ross[bot] commented 2 months ago
--- kubernetes/main/apps/observability/blackbox-exporter/app Kustomization: flux-system/blackbox-exporter HelmRelease: observability/blackbox-exporter

+++ kubernetes/main/apps/observability/blackbox-exporter/app Kustomization: flux-system/blackbox-exporter HelmRelease: observability/blackbox-exporter

@@ -13,13 +13,13 @@

     spec:
       chart: prometheus-blackbox-exporter
       sourceRef:
         kind: HelmRepository
         name: prometheus-community
         namespace: flux-system
-      version: 8.17.0
+      version: 9.0.0
   install:
     remediation:
       retries: 3
   interval: 30m
   upgrade:
     cleanupOnFail: true
@@ -66,13 +66,12 @@

         annotations:
           summary: The host {{ $labels.target }} is currently unreachable
         expr: probe_success == 0
         for: 15m
         labels:
           severity: critical
-    pspEnabled: false
     securityContext:
       allowPrivilegeEscalation: false
       capabilities:
         add:
         - NET_RAW
       readOnlyRootFilesystem: true