axeII / home-ops

A repository for HomeOps where I perform Infrastructure as Code (IaC) and GitOps practices.
Do What The F*ck You Want To Public License
41 stars 1 forks source link

feat(container): update quay.io/prometheus/prometheus ( v2.51.0 → v2.54.0 ) #1297

Closed bot-akira[bot] closed 2 weeks ago

bot-akira[bot] commented 1 month ago

This PR contains the following updates:

Package Update Change
quay.io/prometheus/prometheus minor v2.51.0-dedupelabels -> v2.54.0-dedupelabels

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


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-akira[bot] commented 1 month ago
--- kubernetes/apps/monitoring/kube-prometheus-stack/app Kustomization: flux-system/kube-prometheus-stack HelmRelease: monitoring/kube-prometheus-stack

+++ kubernetes/apps/monitoring/kube-prometheus-stack/app Kustomization: flux-system/kube-prometheus-stack HelmRelease: monitoring/kube-prometheus-stack

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

         - new-service-discovery-manager
         externalLabels:
           cluster: main
         image:
           registry: quay.io
           repository: prometheus/prometheus
-          tag: v2.51.0-dedupelabels
+          tag: v2.54.0-dedupelabels
         podMonitorSelectorNilUsesHelmValues: false
         probeSelectorNilUsesHelmValues: false
         replicaExternalLabelName: __replica__
         replicas: 2
         resources:
           limits:
bot-akira[bot] commented 1 month ago
--- HelmRelease: monitoring/kube-prometheus-stack Prometheus: monitoring/kube-prometheus-stack

+++ HelmRelease: monitoring/kube-prometheus-stack Prometheus: monitoring/kube-prometheus-stack

@@ -16,14 +16,14 @@

     alertmanagers:
     - namespace: monitoring
       name: kube-prometheus-stack-alertmanager
       port: http-web
       pathPrefix: /
       apiVersion: v2
-  image: quay.io/prometheus/prometheus:v2.51.0-dedupelabels
-  version: v2.51.0-dedupelabels
+  image: quay.io/prometheus/prometheus:v2.54.0-dedupelabels
+  version: v2.54.0-dedupelabels
   externalLabels:
     cluster: main
   replicaExternalLabelName: __replica__
   externalUrl: http://prometheus...PLACEHOLDER../
   paused: false
   replicas: 2
axeII commented 1 month ago

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time

See detailed report in MegaLinter reports _Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff_

_MegaLinter is graciously provided by OX Security_