Skip to content

feat(container)!: Update prometheus-snmp-exporter ( 5.6.0 β†’ 6.0.0 ) #6151

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

Merged
merged 1 commit into from
Jan 19, 2025

Conversation

lumiere-bot[bot]
Copy link
Contributor

@lumiere-bot lumiere-bot bot commented Jan 10, 2025

This PR contains the following updates:

Package Update Change
prometheus-snmp-exporter major 5.6.0 -> 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.

@lumiere-bot lumiere-bot bot requested a review from coolguy1771 as a code owner January 10, 2025 21:09
@lumiere-bot lumiere-bot bot added area/kubernetes Changes made in the kubernetes directory cluster/kyak labels Jan 10, 2025
@lumiere-bot
Copy link
Contributor Author

lumiere-bot bot commented Jan 10, 2025

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

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

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

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

@lumiere-bot
Copy link
Contributor Author

lumiere-bot bot commented Jan 10, 2025

--- 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: dell-idrac-snmp-configmap
           mountPath: /config/snmp.yaml
           subPath: snmp.yaml
           readOnly: true

@lumiere-bot lumiere-bot bot force-pushed the renovate/kyak-prometheus-snmp-exporter-6.x branch 10 times, most recently from 79afbf0 to 1552c07 Compare January 18, 2025 19:07
@lumiere-bot lumiere-bot bot force-pushed the renovate/kyak-prometheus-snmp-exporter-6.x branch from 1552c07 to 85ec0b4 Compare January 19, 2025 01:35
@coolguy1771 coolguy1771 merged commit 9f30023 into main Jan 19, 2025
12 checks passed
@coolguy1771 coolguy1771 deleted the renovate/kyak-prometheus-snmp-exporter-6.x branch January 19, 2025 19:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant