chaijunkin / home-ops

K3s Cluster powered by proxmox
Do What The F*ck You Want To Public License
3 stars 0 forks source link

feat(container): update image prometheus-blackbox-exporter to v8.17.0 #133

Closed renovate[bot] closed 6 months ago

renovate[bot] commented 7 months ago

Mend Renovate

This PR contains the following updates:

Package Update Change
prometheus-blackbox-exporter minor 8.15.1 -> 8.17.0

Configuration

📅 Schedule: Branch creation - "on saturday" (UTC), 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 Mend Renovate. View repository job log here.

github-actions[bot] commented 7 months ago
--- HelmRelease: observability/blackbox-exporter Deployment: observability/blackbox-exporter

+++ HelmRelease: observability/blackbox-exporter Deployment: observability/blackbox-exporter

@@ -44,13 +44,12 @@

             drop:
             - ALL
           readOnlyRootFilesystem: true
           runAsGroup: 1000
           runAsNonRoot: true
           runAsUser: 1000
-        env: null
         args:
         - --config.file=/config/blackbox.yaml
         resources:
           limits:
             cpu: 100m
             memory: 64M
github-actions[bot] commented 7 months ago
--- kubernetes/apps/observability/exporters/blackbox-exporter/app Kustomization: flux-system/blackbox-exporter HelmRelease: observability/blackbox-exporter

+++ kubernetes/apps/observability/exporters/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.15.1
+      version: 8.17.0
   install:
     remediation:
       retries: 3
   interval: 30m
   uninstall:
     keepHistory: false