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/prometheus-node-exporter): update 4.42.0 ➼ 4.43.0 #1506

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tinfoild[bot]
Copy link
Contributor

@tinfoild tinfoild bot commented Dec 14, 2024

This PR contains the following updates:

Package Update Change OpenSSF
prometheus-node-exporter (source) minor 4.42.0 -> 4.43.0 OpenSSF Scorecard

Release Notes

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

v4.43.0

Compare Source

A Helm chart for prometheus node-exporter

What's Changed

New Contributors

Full Changelog: prometheus-community/helm-charts@prometheus-26.0.1...prometheus-node-exporter-4.43.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.

Copy link

cloudflare-workers-and-pages bot commented Dec 14, 2024

Deploying jjgadgets-biohazard with  Cloudflare Pages  Cloudflare Pages

Latest commit: c9d4600
Status: ✅  Deploy successful!
Preview URL: https://b99ca37c.jjgadgets-biohazard.pages.dev
Branch Preview URL: https://renovate-prometheus-node-exp.jjgadgets-biohazard.pages.dev

View logs

@tinfoild
Copy link
Contributor Author

tinfoild bot commented Dec 14, 2024

--- kube/deploy/core/monitoring/node-exporter/app Kustomization: flux-system/1-core-monitoring-node-exporter-app HelmRelease: node-exporter/node-exporter

+++ kube/deploy/core/monitoring/node-exporter/app Kustomization: flux-system/1-core-monitoring-node-exporter-app HelmRelease: node-exporter/node-exporter

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

     spec:
       chart: prometheus-node-exporter
       sourceRef:
         kind: HelmRepository
         name: prometheus-community
         namespace: flux-system
-      version: 4.42.0
+      version: 4.43.0
   driftDetection:
     ignore:
     - paths:
       - /spec/replicas
     mode: warn
   install:

@tinfoild
Copy link
Contributor Author

tinfoild bot commented Dec 14, 2024

--- HelmRelease: node-exporter/node-exporter DaemonSet: node-exporter/node-exporter

+++ HelmRelease: node-exporter/node-exporter DaemonSet: node-exporter/node-exporter

@@ -98,12 +98,25 @@

           mountPath: /host/root
           mountPropagation: HostToContainer
           readOnly: true
       hostNetwork: true
       hostPID: true
       hostIPC: false
+      affinity:
+        nodeAffinity:
+          requiredDuringSchedulingIgnoredDuringExecution:
+            nodeSelectorTerms:
+            - matchExpressions:
+              - key: eks.amazonaws.com/compute-type
+                operator: NotIn
+                values:
+                - fargate
+              - key: type
+                operator: NotIn
+                values:
+                - virtual-kubelet
       nodeSelector:
         kubernetes.io/os: linux
       tolerations:
       - effect: NoSchedule
         operator: Exists
       volumes:

@tinfoild tinfoild bot force-pushed the renovate/prometheus-node-exporter-4.x branch from f37414f to c9d4600 Compare December 16, 2024 05:11
@tinfoild tinfoild bot changed the title feat(helm/prometheus-node-exporter): update 4.42.0 ➼ 4.43.0 chore(deps): update helm release prometheus-node-exporter to v4.43.0 Dec 16, 2024
@tinfoild tinfoild bot changed the title chore(deps): update helm release prometheus-node-exporter to v4.43.0 feat(helm/prometheus-node-exporter): update 4.42.0 ➼ 4.43.0 Dec 16, 2024
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