Skip to content

Conversation

@unsc-oni-ancilla
Copy link
Contributor

This PR contains the following updates:

Package Update Change
nvcr.io/nvidia/k8s-device-plugin patch v0.18.1v0.18.2

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 these updates again.


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

This PR has been generated by Renovate Bot.

@unsc-oni-ancilla unsc-oni-ancilla bot added renovate/container type/patch area/kubernetes Changes made in the kubernetes directory labels Jan 23, 2026
@unsc-oni-ancilla
Copy link
Contributor Author

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

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

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

             timeSlicing:
               resources:
               - name: nvidia.com/gpu
                 replicas: 5 # Allows 5 pods to share the same GPU
     image:
       repository: nvcr.io/nvidia/k8s-device-plugin
-      tag: v0.18.1
+      tag: v0.18.2
     nfd:
       enabled: false
     nodeSelector:
       sku: gpu
     runtimeClassName: nvidia
     tolerations:

@unsc-oni-ancilla
Copy link
Contributor Author

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

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

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

       priorityClassName: system-node-critical
       runtimeClassName: nvidia
       securityContext: {}
       serviceAccountName: nvidia-device-plugin-service-account
       shareProcessNamespace: true
       initContainers:
-      - image: nvcr.io/nvidia/k8s-device-plugin:v0.18.1
+      - image: nvcr.io/nvidia/k8s-device-plugin:v0.18.2
         name: nvidia-device-plugin-init
         command:
         - config-manager
         env:
         - name: ONESHOT
           value: 'true'
@@ -59,13 +59,13 @@

         volumeMounts:
         - name: available-configs
           mountPath: /available-configs
         - name: config
           mountPath: /config
       containers:
-      - image: nvcr.io/nvidia/k8s-device-plugin:v0.18.1
+      - image: nvcr.io/nvidia/k8s-device-plugin:v0.18.2
         name: nvidia-device-plugin-sidecar
         command:
         - config-manager
         env:
         - name: ONESHOT
           value: 'false'
@@ -97,13 +97,13 @@

         - name: config
           mountPath: /config
         securityContext:
           capabilities:
             add:
             - SYS_ADMIN
-      - image: nvcr.io/nvidia/k8s-device-plugin:v0.18.1
+      - image: nvcr.io/nvidia/k8s-device-plugin:v0.18.2
         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-mps-control-daemon

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

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

       priorityClassName: system-node-critical
       runtimeClassName: nvidia
       securityContext: {}
       serviceAccountName: nvidia-device-plugin-service-account
       hostPID: true
       initContainers:
-      - image: nvcr.io/nvidia/k8s-device-plugin:v0.18.1
+      - image: nvcr.io/nvidia/k8s-device-plugin:v0.18.2
         name: mps-control-daemon-mounts
         command:
         - mps-control-daemon
         - mount-shm
         securityContext:
           privileged: true
         volumeMounts:
         - name: mps-root
           mountPath: /mps
           mountPropagation: Bidirectional
-      - image: nvcr.io/nvidia/k8s-device-plugin:v0.18.1
+      - image: nvcr.io/nvidia/k8s-device-plugin:v0.18.2
         name: mps-control-daemon-init
         command:
         - config-manager
         env:
         - name: ONESHOT
           value: 'true'
@@ -70,13 +70,13 @@

         volumeMounts:
         - name: available-configs
           mountPath: /available-configs
         - name: config
           mountPath: /config
       containers:
-      - image: nvcr.io/nvidia/k8s-device-plugin:v0.18.1
+      - image: nvcr.io/nvidia/k8s-device-plugin:v0.18.2
         name: mps-control-daemon-sidecar
         command:
         - config-manager
         env:
         - name: ONESHOT
           value: 'false'
@@ -104,13 +104,13 @@

           value: /usr/bin/mps-control-daemon
         volumeMounts:
         - name: available-configs
           mountPath: /available-configs
         - name: config
           mountPath: /config
-      - image: nvcr.io/nvidia/k8s-device-plugin:v0.18.1
+      - image: nvcr.io/nvidia/k8s-device-plugin:v0.18.2
         imagePullPolicy: IfNotPresent
         name: mps-control-daemon-ctr
         command:
         - mps-control-daemon
         env:
         - name: NODE_NAME

@binaryn3xus binaryn3xus merged commit a1e16da into main Jan 24, 2026
11 checks passed
@binaryn3xus binaryn3xus deleted the renovate/nvcr.io-nvidia-k8s-device-plugin-0.x branch January 24, 2026 00:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/kubernetes Changes made in the kubernetes directory renovate/container type/patch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants