martinohmann / home-ops

Wife approved HomeOps driven by Kubernetes and GitOps using Flux
MIT License
5 stars 0 forks source link

fix(container): update prompve/prometheus-pve-exporter ( 3.4.2 → 3.4.3 ) #1073

Closed renovate[bot] closed 4 days ago

renovate[bot] commented 5 days ago

Mend Renovate

This PR contains the following updates:

Package Update Change
prompve/prometheus-pve-exporter patch 3.4.2 -> 3.4.3

Release Notes

prometheus-pve/prometheus-pve-exporter (prompve/prometheus-pve-exporter) ### [`v3.4.3`](https://togithub.com/prometheus-pve/prometheus-pve-exporter/blob/HEAD/CHANGELOG.rst#343---2024-07-03) [Compare Source](https://togithub.com/prometheus-pve/prometheus-pve-exporter/compare/v3.4.2...v3.4.3) Changed ``` - Bump alpine from 3.19.1 to 3.20.1 (#​260) - Bump urllib3 from 2.1.0 to 2.2.2 (#​259) - Bump requests from 2.32.0 to 2.32.3 (#​256) - Bump docker/build-push-action from 5 to 6 (#​258) ```

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 Mend Renovate. View repository job log here.

github-actions[bot] commented 5 days ago

kustomization changes in kubernetes/main

--- kubernetes/main/apps/monitoring/pve-exporter/app Kustomization: flux-system/pve-exporter HelmRelease: monitoring/pve-exporter

+++ kubernetes/main/apps/monitoring/pve-exporter/app Kustomization: flux-system/pve-exporter HelmRelease: monitoring/pve-exporter

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

         containers:
           app:
             env:
               PYTHONWARNINGS: once
             image:
               repository: prompve/prometheus-pve-exporter
-              tag: 3.4.2
+              tag: 3.4.3
             resources:
               limits:
                 memory: 80Mi
               requests:
                 cpu: 10m
                 memory: 40Mi
github-actions[bot] commented 5 days ago

helmrelease changes in kubernetes/main

--- HelmRelease: monitoring/pve-exporter Deployment: monitoring/pve-exporter

+++ HelmRelease: monitoring/pve-exporter Deployment: monitoring/pve-exporter

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

       hostPID: false
       dnsPolicy: ClusterFirst
       containers:
       - env:
         - name: PYTHONWARNINGS
           value: once
-        image: prompve/prometheus-pve-exporter:3.4.2
+        image: prompve/prometheus-pve-exporter:3.4.3
         name: app
         resources:
           limits:
             memory: 80Mi
           requests:
             cpu: 10m