Skip to content

feat(helm): update chart nvidia-device-plugin to 0.19.1#1465

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/nvidia-device-plugin-0.x
Open

feat(helm): update chart nvidia-device-plugin to 0.19.1#1465
renovate[bot] wants to merge 1 commit intomainfrom
renovate/nvidia-device-plugin-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 21, 2026

This PR contains the following updates:

Package Update Change
nvidia-device-plugin minor 0.18.20.19.1

Warning

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


Release Notes

NVIDIA/k8s-device-plugin (nvidia-device-plugin)

v0.19.1

Compare Source

What's Changed

Full Changelog: NVIDIA/k8s-device-plugin@v0.19.0...v0.19.1

v0.19.0

Compare Source

  • Add --sleep-interval=infinite support to GFD for running as a pod (#​1603)
  • Fix image tag in static deployment (#​1604)
  • Add ownerReference to NodeFeature CRs for garbage collection (#​1597)
  • Change default value for gds, gdrcopy and mofed flags (#​1550)
  • Fix healthchecking on old devices (#​1562)
  • Enable NodeFeature API by default in GFD (#​1504)
  • Build multiarch images on native GitHub runners (#​1468)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "every weekend"
  • 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
Copy Markdown
Contributor

User renovate[bot] does not have write permissions

github run

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 21, 2026

--- HelmRelease: kube-system/nvidia-device-plugin DaemonSet: kube-system/nvidia-device-plugin

+++ HelmRelease: kube-system/nvidia-device-plugin DaemonSet: kube-system/nvidia-device-plugin

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

       annotations: {}
     spec:
       priorityClassName: system-node-critical
       runtimeClassName: nvidia
       securityContext: {}
       containers:
-      - image: nvcr.io/nvidia/k8s-device-plugin:v0.18.2
+      - image: nvcr.io/nvidia/k8s-device-plugin:v0.19.1
         imagePullPolicy: IfNotPresent
         name: nvidia-device-plugin-ctr
         command:
         - nvidia-device-plugin
         env:
         - name: MPS_ROOT
--- HelmRelease: kube-system/nvidia-device-plugin DaemonSet: kube-system/nvidia-device-plugin-gpu-feature-discovery

+++ HelmRelease: kube-system/nvidia-device-plugin DaemonSet: kube-system/nvidia-device-plugin-gpu-feature-discovery

@@ -22,15 +22,16 @@

         app.kubernetes.io/instance: nvidia-device-plugin
       annotations: {}
     spec:
       priorityClassName: system-node-critical
       runtimeClassName: nvidia
       securityContext: {}
+      serviceAccountName: nvidia-device-plugin-service-account
       initContainers: null
       containers:
-      - image: nvcr.io/nvidia/k8s-device-plugin:v0.18.2
+      - image: nvcr.io/nvidia/k8s-device-plugin:v0.19.1
         imagePullPolicy: IfNotPresent
         name: gpu-feature-discovery-ctr
         command:
         - gpu-feature-discovery
         env:
         - name: NODE_NAME
@@ -38,14 +39,16 @@

             fieldRef:
               fieldPath: spec.nodeName
         - name: NAMESPACE
           valueFrom:
             fieldRef:
               fieldPath: metadata.namespace
-        - name: GFD_USE_NODE_FEATURE_API
-          value: 'false'
+        - name: POD_NAME
+          valueFrom:
+            fieldRef:
+              fieldPath: metadata.name
         securityContext:
           privileged: true
         volumeMounts:
         - name: output-dir
           mountPath: /etc/kubernetes/node-feature-discovery/features.d
         - name: host-sys
--- HelmRelease: kube-system/nvidia-device-plugin DaemonSet: kube-system/nvidia-device-plugin-mps-control-daemon

+++ HelmRelease: kube-system/nvidia-device-plugin DaemonSet: kube-system/nvidia-device-plugin-mps-control-daemon

@@ -24,25 +24,25 @@

     spec:
       priorityClassName: system-node-critical
       runtimeClassName: nvidia
       securityContext: {}
       hostPID: true
       initContainers:
-      - image: nvcr.io/nvidia/k8s-device-plugin:v0.18.2
+      - image: nvcr.io/nvidia/k8s-device-plugin:v0.19.1
         name: mps-control-daemon-mounts
         command:
         - mps-control-daemon
         - mount-shm
         securityContext:
           privileged: true
         volumeMounts:
         - name: mps-root
           mountPath: /mps
           mountPropagation: Bidirectional
       containers:
-      - image: nvcr.io/nvidia/k8s-device-plugin:v0.18.2
+      - image: nvcr.io/nvidia/k8s-device-plugin:v0.19.1
         imagePullPolicy: IfNotPresent
         name: mps-control-daemon-ctr
         command:
         - mps-control-daemon
         env:
         - name: NODE_NAME
--- HelmRelease: kube-system/nvidia-device-plugin ServiceAccount: kube-system/nvidia-device-plugin-service-account

+++ HelmRelease: kube-system/nvidia-device-plugin ServiceAccount: kube-system/nvidia-device-plugin-service-account

@@ -0,0 +1,11 @@

+---
+apiVersion: v1
+kind: ServiceAccount
+metadata:
+  name: nvidia-device-plugin-service-account
+  namespace: kube-system
+  labels:
+    app.kubernetes.io/name: nvidia-device-plugin
+    app.kubernetes.io/instance: nvidia-device-plugin
+    app.kubernetes.io/managed-by: Helm
+
--- HelmRelease: kube-system/nvidia-device-plugin ClusterRole: kube-system/nvidia-device-plugin-role

+++ HelmRelease: kube-system/nvidia-device-plugin ClusterRole: kube-system/nvidia-device-plugin-role

@@ -0,0 +1,35 @@

+---
+apiVersion: rbac.authorization.k8s.io/v1
+kind: ClusterRole
+metadata:
+  name: nvidia-device-plugin-role
+  labels:
+    app.kubernetes.io/name: nvidia-device-plugin
+    app.kubernetes.io/instance: nvidia-device-plugin
+    app.kubernetes.io/managed-by: Helm
+rules:
+- apiGroups:
+  - ''
+  resources:
+  - nodes
+  verbs:
+  - get
+  - list
+  - watch
+- apiGroups:
+  - nfd.k8s-sigs.io
+  resources:
+  - nodefeatures
+  verbs:
+  - get
+  - list
+  - watch
+  - create
+  - update
+- apiGroups:
+  - ''
+  resources:
+  - pods
+  verbs:
+  - get
+
--- HelmRelease: kube-system/nvidia-device-plugin ClusterRoleBinding: kube-system/nvidia-device-plugin-role-binding

+++ HelmRelease: kube-system/nvidia-device-plugin ClusterRoleBinding: kube-system/nvidia-device-plugin-role-binding

@@ -0,0 +1,18 @@

+---
+apiVersion: rbac.authorization.k8s.io/v1
+kind: ClusterRoleBinding
+metadata:
+  name: nvidia-device-plugin-role-binding
+  labels:
+    app.kubernetes.io/name: nvidia-device-plugin
+    app.kubernetes.io/instance: nvidia-device-plugin
+    app.kubernetes.io/managed-by: Helm
+subjects:
+- kind: ServiceAccount
+  name: nvidia-device-plugin-service-account
+  namespace: kube-system
+roleRef:
+  kind: ClusterRole
+  name: nvidia-device-plugin-role
+  apiGroup: rbac.authorization.k8s.io
+

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 21, 2026

--- kubernetes/apps/kube-system/nvidia-device-plugin/app Kustomization: flux-system/cluster-apps-nvidia-device-plugin HelmRelease: kube-system/nvidia-device-plugin

+++ kubernetes/apps/kube-system/nvidia-device-plugin/app Kustomization: flux-system/cluster-apps-nvidia-device-plugin HelmRelease: kube-system/nvidia-device-plugin

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

     spec:
       chart: nvidia-device-plugin
       sourceRef:
         kind: HelmRepository
         name: nvidia
         namespace: flux-system
-      version: 0.18.2
+      version: 0.19.1
   install:
     remediation:
       retries: 3
   interval: 30m
   maxHistory: 2
   uninstall:

@renovate renovate Bot changed the title feat(helm): update chart nvidia-device-plugin to 0.19.0 feat(helm): update chart nvidia-device-plugin to 0.19.1 Apr 23, 2026
@renovate renovate Bot force-pushed the renovate/nvidia-device-plugin-0.x branch from 13acecf to 9e4290e Compare April 23, 2026 20:31
@github-actions
Copy link
Copy Markdown
Contributor

User renovate[bot] does not have write permissions

github run

@renovate renovate Bot force-pushed the renovate/nvidia-device-plugin-0.x branch from 9e4290e to ed9bbfd Compare April 29, 2026 13:06
@github-actions
Copy link
Copy Markdown
Contributor

User renovate[bot] does not have write permissions

github run

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