Skip to content

feat(container): update ghcr.io/prometheus-community/charts/kube-prometheus-stack ( 84.1.0 → 84.5.0 )#5596

Merged
mchestr merged 1 commit intomainfrom
renovate/ghcr.io-prometheus-community-charts-kube-prometheus-stack-84.x
May 5, 2026
Merged

feat(container): update ghcr.io/prometheus-community/charts/kube-prometheus-stack ( 84.1.0 → 84.5.0 )#5596
mchestr merged 1 commit intomainfrom
renovate/ghcr.io-prometheus-community-charts-kube-prometheus-stack-84.x

Conversation

@mchesterbot
Copy link
Copy Markdown
Contributor

@mchesterbot mchesterbot Bot commented Apr 26, 2026

This PR contains the following updates:

Package Update Change
ghcr.io/prometheus-community/charts/kube-prometheus-stack (source) minor 84.1.084.5.0

Configuration

📅 Schedule: (in timezone America/Vancouver)

  • 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.


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

This PR has been generated by Mend Renovate.

@mchesterbot mchesterbot Bot requested a review from mchestr as a code owner April 26, 2026 21:19
@mchesterbot mchesterbot Bot added the area/kubernetes Changes made in the kubernetes directory label Apr 26, 2026
@mchesterbot
Copy link
Copy Markdown
Contributor Author

mchesterbot Bot commented Apr 26, 2026

--- kubernetes/apps/observability/kube-prometheus-stack/app Kustomization: observability/kube-prometheus-stack OCIRepository: observability/kube-prometheus-stack

+++ kubernetes/apps/observability/kube-prometheus-stack/app Kustomization: observability/kube-prometheus-stack OCIRepository: observability/kube-prometheus-stack

@@ -11,9 +11,9 @@

 spec:
   interval: 15m
   layerSelector:
     mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
     operation: copy
   ref:
-    tag: 84.1.0
+    tag: 84.5.0
   url: oci://ghcr.io/prometheus-community/charts/kube-prometheus-stack
 

@mchesterbot mchesterbot Bot force-pushed the renovate/ghcr.io-prometheus-community-charts-kube-prometheus-stack-84.x branch from ab1d03c to bcf1a28 Compare April 27, 2026 01:44
@mchesterbot mchesterbot Bot changed the title fix(container): update ghcr.io/prometheus-community/charts/kube-prometheus-stack ( 84.1.0 → 84.1.1 ) fix(container): update ghcr.io/prometheus-community/charts/kube-prometheus-stack ( 84.1.0 → 84.1.2 ) Apr 27, 2026
@mchesterbot mchesterbot Bot force-pushed the renovate/ghcr.io-prometheus-community-charts-kube-prometheus-stack-84.x branch from bcf1a28 to b499dc7 Compare April 27, 2026 09:57
@mchesterbot mchesterbot Bot changed the title fix(container): update ghcr.io/prometheus-community/charts/kube-prometheus-stack ( 84.1.0 → 84.1.2 ) feat(container): update ghcr.io/prometheus-community/charts/kube-prometheus-stack ( 84.1.0 → 84.2.0 ) Apr 27, 2026
@mchesterbot mchesterbot Bot force-pushed the renovate/ghcr.io-prometheus-community-charts-kube-prometheus-stack-84.x branch from b499dc7 to 0e270ae Compare April 27, 2026 13:42
@mchesterbot mchesterbot Bot changed the title feat(container): update ghcr.io/prometheus-community/charts/kube-prometheus-stack ( 84.1.0 → 84.2.0 ) feat(container): update ghcr.io/prometheus-community/charts/kube-prometheus-stack ( 84.1.0 → 84.2.1 ) Apr 27, 2026
@mchesterbot mchesterbot Bot force-pushed the renovate/ghcr.io-prometheus-community-charts-kube-prometheus-stack-84.x branch from 0e270ae to 18d2a6a Compare April 27, 2026 19:37
@mchesterbot mchesterbot Bot changed the title feat(container): update ghcr.io/prometheus-community/charts/kube-prometheus-stack ( 84.1.0 → 84.2.1 ) feat(container): update ghcr.io/prometheus-community/charts/kube-prometheus-stack ( 84.1.0 → 84.3.0 ) Apr 27, 2026
@mchesterbot
Copy link
Copy Markdown
Contributor Author

mchesterbot Bot commented Apr 27, 2026

--- HelmRelease: observability/kube-prometheus-stack Alertmanager: observability/kube-prometheus-stack

+++ HelmRelease: observability/kube-prometheus-stack Alertmanager: observability/kube-prometheus-stack

@@ -9,15 +9,15 @@

     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/instance: kube-prometheus-stack
     app.kubernetes.io/part-of: kube-prometheus-stack
     release: kube-prometheus-stack
     heritage: Helm
 spec:
-  image: quay.io/prometheus/alertmanager:v0.32.0
+  image: quay.io/prometheus/alertmanager:v0.32.1
   imagePullPolicy: IfNotPresent
-  version: v0.32.0
+  version: v0.32.1
   replicas: 1
   listenLocal: false
   serviceAccountName: kube-prometheus-stack-alertmanager
   automountServiceAccountToken: true
   externalUrl: https://alertmanager.chestr.dev
   paused: false
--- HelmRelease: observability/kube-prometheus-stack Prometheus: observability/kube-prometheus-stack

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

@@ -17,15 +17,15 @@

     alertmanagers:
     - namespace: observability
       name: kube-prometheus-stack-alertmanager
       port: http-web
       pathPrefix: /
       apiVersion: v2
-  image: quay.io/prometheus/prometheus:v3.11.2
+  image: quay.io/prometheus/prometheus:v3.11.3
   imagePullPolicy: IfNotPresent
-  version: v3.11.2
+  version: v3.11.3
   externalUrl: https://prometheus.chestr.dev
   paused: false
   replicas: 1
   shards: 1
   logLevel: info
   logFormat: logfmt

@mchesterbot mchesterbot Bot force-pushed the renovate/ghcr.io-prometheus-community-charts-kube-prometheus-stack-84.x branch from 18d2a6a to 9af9cf9 Compare April 29, 2026 18:41
@mchesterbot mchesterbot Bot changed the title feat(container): update ghcr.io/prometheus-community/charts/kube-prometheus-stack ( 84.1.0 → 84.3.0 ) feat(container): update ghcr.io/prometheus-community/charts/kube-prometheus-stack ( 84.1.0 → 84.4.0 ) Apr 29, 2026
@mchesterbot mchesterbot Bot force-pushed the renovate/ghcr.io-prometheus-community-charts-kube-prometheus-stack-84.x branch from 9af9cf9 to ded7242 Compare May 1, 2026 18:34
@mchesterbot mchesterbot Bot changed the title feat(container): update ghcr.io/prometheus-community/charts/kube-prometheus-stack ( 84.1.0 → 84.4.0 ) feat(container): update ghcr.io/prometheus-community/charts/kube-prometheus-stack ( 84.1.0 → 84.5.0 ) May 1, 2026
@mchestr mchestr merged commit c5aa7e8 into main May 5, 2026
15 checks passed
@mchesterbot mchesterbot Bot deleted the renovate/ghcr.io-prometheus-community-charts-kube-prometheus-stack-84.x branch May 5, 2026 03:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/kubernetes Changes made in the kubernetes directory renovate/container type/patch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant