Skip to content

feat(helm): update chart prometheus-pushgateway ( 3.4.1 → 3.6.0 )#544

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/prometheus-pushgateway-3.x
Open

feat(helm): update chart prometheus-pushgateway ( 3.4.1 → 3.6.0 )#544
renovate[bot] wants to merge 1 commit intomainfrom
renovate/prometheus-pushgateway-3.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 1, 2025

This PR contains the following updates:

Package Update Change
prometheus-pushgateway (source) minor 3.4.13.6.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

prometheus-community/helm-charts (prometheus-pushgateway)

v3.6.0

Compare Source

A Helm chart for prometheus pushgateway

What's Changed

New Contributors

Full Changelog: prometheus-community/helm-charts@kube-prometheus-stack-79.12.0...prometheus-pushgateway-3.6.0

v3.5.0

Compare Source

A Helm chart for prometheus pushgateway

What's Changed

New Contributors

Full Changelog: prometheus-community/helm-charts@prometheus-operator-admission-webhook-0.33.1...prometheus-pushgateway-3.5.0

v3.4.2

Compare Source

A Helm chart for prometheus pushgateway

What's Changed

  • [prometheus-pushgateway] Update dependency prometheus/pushgateway to v1.11.2 by @​renovate[bot] in #​6280

Full Changelog: prometheus-community/helm-charts@prometheus-27.42.1...prometheus-pushgateway-3.4.2


Configuration

📅 Schedule: Branch creation - "every weekend" in timezone America/New_York, 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 was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link

github-actions bot commented Nov 1, 2025

--- HelmRelease: monitor/prometheus-pushgateway Deployment: monitor/prometheus-pushgateway

+++ HelmRelease: monitor/prometheus-pushgateway Deployment: monitor/prometheus-pushgateway

@@ -24,28 +24,30 @@

         app.kubernetes.io/managed-by: Helm
     spec:
       serviceAccountName: prometheus-pushgateway
       automountServiceAccountToken: true
       containers:
       - name: pushgateway
-        image: quay.io/prometheus/pushgateway:v1.11.1
+        image: quay.io/prometheus/pushgateway:v1.11.2
         imagePullPolicy: IfNotPresent
         ports:
         - name: metrics
           containerPort: 9091
           protocol: TCP
         livenessProbe:
           httpGet:
             path: /-/healthy
             port: 9091
+            scheme: HTTP
           initialDelaySeconds: 10
           timeoutSeconds: 10
         readinessProbe:
           httpGet:
             path: /-/ready
             port: 9091
+            scheme: HTTP
           initialDelaySeconds: 10
           timeoutSeconds: 10
         volumeMounts:
         - name: storage-volume
           mountPath: /data
           subPath: ''

@github-actions
Copy link

github-actions bot commented Nov 1, 2025

--- kubernetes/apps/monitor/prometheus-pushgateway/app Kustomization: monitor/prometheus-pushgateway HelmRelease: monitor/prometheus-pushgateway

+++ kubernetes/apps/monitor/prometheus-pushgateway/app Kustomization: monitor/prometheus-pushgateway HelmRelease: monitor/prometheus-pushgateway

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

     spec:
       chart: prometheus-pushgateway
       sourceRef:
         kind: HelmRepository
         name: prometheus-community
         namespace: flux-system
-      version: 3.4.1
+      version: 3.6.0
   interval: 30m
   values:
     service:
       annotations: {}
     serviceMonitor:
       enabled: true

@renovate renovate bot force-pushed the renovate/prometheus-pushgateway-3.x branch from 20dd2cd to 812d18c Compare November 28, 2025 01:35
@renovate renovate bot changed the title fix(helm): update chart prometheus-pushgateway ( 3.4.1 → 3.4.2 ) feat(helm): update chart prometheus-pushgateway ( 3.4.1 → 3.5.0 ) Nov 28, 2025
@renovate renovate bot changed the title feat(helm): update chart prometheus-pushgateway ( 3.4.1 → 3.5.0 ) feat(helm): update chart prometheus-pushgateway ( 3.4.1 → 3.6.0 ) Dec 5, 2025
@renovate renovate bot force-pushed the renovate/prometheus-pushgateway-3.x branch from 812d18c to c3337d3 Compare December 5, 2025 17:53
@renovate renovate bot force-pushed the renovate/prometheus-pushgateway-3.x branch from c3337d3 to fa27f51 Compare January 8, 2026 18:38
@renovate renovate bot force-pushed the renovate/prometheus-pushgateway-3.x branch from fa27f51 to b3e53b5 Compare January 23, 2026 18:12
@renovate renovate bot force-pushed the renovate/prometheus-pushgateway-3.x branch from b3e53b5 to a329916 Compare February 2, 2026 21:44
@renovate renovate bot force-pushed the renovate/prometheus-pushgateway-3.x branch from a329916 to 991b0be Compare February 12, 2026 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants