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 chart prometheus-smartctl-exporter ( 0.10.0 → 0.11.0 ) #1200

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

kireque-bot[bot]
Copy link
Contributor

@kireque-bot kireque-bot bot commented Nov 5, 2024

This PR contains the following updates:

Package Update Change
prometheus-smartctl-exporter (source) minor 0.10.0 -> 0.11.0

Release Notes

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

v0.11.0

Compare Source

A Helm chart for Kubernetes

What's Changed

New Contributors

Full Changelog: prometheus-community/helm-charts@kube-prometheus-stack-65.7.0...prometheus-smartctl-exporter-0.11.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.

….0 )

| datasource | package                      | from   | to     |
| ---------- | ---------------------------- | ------ | ------ |
| helm       | prometheus-smartctl-exporter | 0.10.0 | 0.11.0 |
@kireque-bot kireque-bot bot added renovate/helm Issue relates to a Renovate helm update type/minor Issue relates to a minor version bump area/kubernetes Issue relates to Kubernetes cluster/main Issue relates to the "main" cluster labels Nov 5, 2024
@kireque-bot
Copy link
Contributor Author

kireque-bot bot commented Nov 5, 2024

--- kubernetes/main/apps/monitoring/smartctl-exporter/app Kustomization: flux-system/smartctl-exporter HelmRelease: monitoring/smartctl-exporter

+++ kubernetes/main/apps/monitoring/smartctl-exporter/app Kustomization: flux-system/smartctl-exporter HelmRelease: monitoring/smartctl-exporter

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

     spec:
       chart: prometheus-smartctl-exporter
       sourceRef:
         kind: HelmRepository
         name: prometheus-community
         namespace: flux-system
-      version: 0.10.0
+      version: 0.11.0
   install:
     createNamespace: true
     remediation:
       retries: 3
   interval: 15m
   maxHistory: 2

@kireque-bot
Copy link
Contributor Author

kireque-bot bot commented Nov 5, 2024

--- HelmRelease: monitoring/smartctl-exporter DaemonSet: monitoring/smartctl-exporter-0

+++ HelmRelease: monitoring/smartctl-exporter DaemonSet: monitoring/smartctl-exporter-0

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

           protocol: TCP
         resources: {}
         volumeMounts:
         - mountPath: /hostdev
           name: dev
       dnsPolicy: ClusterFirst
-      hostNetwork: true
+      hostNetwork: false
       restartPolicy: Always
       serviceAccountName: smartctl-exporter
       volumes:
       - hostPath:
           path: /dev
         name: dev
--- HelmRelease: monitoring/smartctl-exporter ServiceMonitor: monitoring/smartctl-exporter

+++ HelmRelease: monitoring/smartctl-exporter ServiceMonitor: monitoring/smartctl-exporter

@@ -16,12 +16,12 @@

     scrapeTimeout: 30s
   namespaceSelector:
     matchNames:
     - monitoring
   selector:
     matchLabels:
-      helm.sh/chart: prometheus-smartctl-exporter-0.10.0
+      helm.sh/chart: prometheus-smartctl-exporter-0.11.0
       app.kubernetes.io/name: prometheus-smartctl-exporter
       app.kubernetes.io/instance: smartctl-exporter
       app.kubernetes.io/version: v0.12.0
       app.kubernetes.io/managed-by: Helm

@kireque kireque merged commit 29e2f7e into main Nov 5, 2024
19 checks passed
@kireque kireque deleted the renovate/main-prometheus-smartctl-exporter-0.x branch November 5, 2024 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Issue relates to Kubernetes cluster/main Issue relates to the "main" cluster renovate/helm Issue relates to a Renovate helm update type/minor Issue relates to a minor version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant