Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(helm)!: Update prometheus-snmp-exporter ( 5.6.0 → 6.0.0 ) #7976

Merged
merged 1 commit into from
Jan 10, 2025

Conversation

rosey-the-renovator-bot[bot]
Copy link
Contributor

This PR contains the following updates:

Package Update Change
prometheus-snmp-exporter (source) major 5.6.0 -> 6.0.0

Release Notes

prometheus-community/helm-charts (prometheus-snmp-exporter)

v6.0.0

Compare Source

Prometheus SNMP Exporter

What's Changed

Full Changelog: prometheus-community/helm-charts@kube-prometheus-stack-67.9.0...prometheus-snmp-exporter-6.0.0


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.


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

This PR has been generated by Renovate Bot.

| datasource | package                  | from  | to    |
| ---------- | ------------------------ | ----- | ----- |
| helm       | prometheus-snmp-exporter | 5.6.0 | 6.0.0 |
@rosey-the-renovator-bot
Copy link
Contributor Author

--- kubernetes/main/apps/monitoring/snmp-exporter/app Kustomization: flux-system/monitoring-snmp-exporter HelmRelease: monitoring/snmp-exporter-apc-ups

+++ kubernetes/main/apps/monitoring/snmp-exporter/app Kustomization: flux-system/monitoring-snmp-exporter HelmRelease: monitoring/snmp-exporter-apc-ups

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

     spec:
       chart: prometheus-snmp-exporter
       sourceRef:
         kind: HelmRepository
         name: prometheus-community-charts
         namespace: flux-system
-      version: 5.6.0
+      version: 6.0.0
   dependsOn:
   - name: kube-prometheus-stack
     namespace: monitoring
   install:
     remediation:
       retries: 3
--- kubernetes/main/apps/monitoring/snmp-exporter/app Kustomization: flux-system/monitoring-snmp-exporter HelmRelease: monitoring/snmp-exporter-dell-idrac

+++ kubernetes/main/apps/monitoring/snmp-exporter/app Kustomization: flux-system/monitoring-snmp-exporter HelmRelease: monitoring/snmp-exporter-dell-idrac

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

     spec:
       chart: prometheus-snmp-exporter
       sourceRef:
         kind: HelmRepository
         name: prometheus-community-charts
         namespace: flux-system
-      version: 5.6.0
+      version: 6.0.0
   dependsOn:
   - name: kube-prometheus-stack
     namespace: monitoring
   install:
     createNamespace: true
     remediation:

@rosey-the-renovator-bot
Copy link
Contributor Author

--- HelmRelease: monitoring/snmp-exporter-dell-idrac Deployment: monitoring/snmp-exporter-dell-idrac

+++ HelmRelease: monitoring/snmp-exporter-dell-idrac Deployment: monitoring/snmp-exporter-dell-idrac

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

       annotations: {}
     spec:
       restartPolicy: Always
       serviceAccountName: snmp-exporter-dell-idrac
       containers:
       - name: snmp-exporter
-        image: quay.io/prometheus/snmp-exporter:v0.26.0
+        image: quay.io/prometheus/snmp-exporter:v0.27.0
         imagePullPolicy: IfNotPresent
         securityContext:
           readOnlyRootFilesystem: true
           runAsNonRoot: true
           runAsUser: 1000
         args:
@@ -46,17 +46,17 @@

         resources: {}
         ports:
         - containerPort: 9116
           name: http
         livenessProbe:
           httpGet:
-            path: /health
+            path: /
             port: http
         readinessProbe:
           httpGet:
-            path: /health
+            path: /
             port: http
         volumeMounts:
         - name: snmp-exporter-dell-idrac
           mountPath: /config/snmp.yaml
           subPath: snmp.yaml
           readOnly: true
--- HelmRelease: monitoring/snmp-exporter-apc-ups Deployment: monitoring/snmp-exporter-apc-ups

+++ HelmRelease: monitoring/snmp-exporter-apc-ups Deployment: monitoring/snmp-exporter-apc-ups

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

       annotations: {}
     spec:
       restartPolicy: Always
       serviceAccountName: snmp-exporter-apc-ups
       containers:
       - name: snmp-exporter
-        image: quay.io/prometheus/snmp-exporter:v0.26.0
+        image: quay.io/prometheus/snmp-exporter:v0.27.0
         imagePullPolicy: IfNotPresent
         securityContext:
           readOnlyRootFilesystem: true
           runAsNonRoot: true
           runAsUser: 1000
         args:
@@ -46,17 +46,17 @@

         resources: {}
         ports:
         - containerPort: 9116
           name: http
         livenessProbe:
           httpGet:
-            path: /health
+            path: /
             port: http
         readinessProbe:
           httpGet:
-            path: /health
+            path: /
             port: http
         volumeMounts:
         - name: apc-ups-snmp-configmap
           mountPath: /config/snmp.yaml
           subPath: snmp.yaml
           readOnly: true

@rwlove rwlove merged commit b27d163 into main Jan 10, 2025
16 checks passed
@rwlove rwlove deleted the renovate/prometheus-snmp-exporter-6.x branch January 10, 2025 22:21
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.

1 participant