home-ops icon indicating copy to clipboard operation
home-ops copied to clipboard

feat(container): update nvcr.io/nvidia/k8s-device-plugin ( v0.15.0 → v0.16.2 )

Open bot-akira[bot] opened this issue 1 year ago • 3 comments

This PR contains the following updates:

Package Update Change
nvcr.io/nvidia/k8s-device-plugin minor v0.15.0 -> v0.16.2

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


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.

bot-akira[bot] avatar Jun 25 '24 12:06 bot-akira[bot]

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

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

@@ -18,11 +18,11 @@

         namespace: flux-system
       version: 0.15.0
   interval: 15m
   values:
     image:
       repository: nvcr.io/nvidia/k8s-device-plugin
-      tag: v0.15.0
+      tag: v0.16.2
     nodeSelector:
       feature.node.kubernetes.io/custom-nvidia-gpu: 'true'
     runtimeClassName: nvidia
 
--- kubernetes/apps/kube-system/nvidia-device-plugin/app Kustomization: flux-system/cluster-apps-nvidia HelmRelease: kube-system/nvidia-device-plugin

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

@@ -18,11 +18,11 @@

         namespace: flux-system
       version: 0.15.0
   interval: 15m
   values:
     image:
       repository: nvcr.io/nvidia/k8s-device-plugin
-      tag: v0.15.0
+      tag: v0.16.2
     nodeSelector:
       feature.node.kubernetes.io/custom-nvidia-gpu: 'true'
     runtimeClassName: nvidia
 

bot-akira[bot] avatar Jun 25 '24 12:06 bot-akira[bot]

--- 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.15.0
+      - image: nvcr.io/nvidia/k8s-device-plugin:v0.16.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

@@ -23,25 +23,25 @@

       annotations: {}
     spec:
       priorityClassName: system-node-critical
       runtimeClassName: nvidia
       securityContext: {}
       initContainers:
-      - image: nvcr.io/nvidia/k8s-device-plugin:v0.15.0
+      - image: nvcr.io/nvidia/k8s-device-plugin:v0.16.2
         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.15.0
+      - image: nvcr.io/nvidia/k8s-device-plugin:v0.16.2
         imagePullPolicy: IfNotPresent
         name: mps-control-daemon-ctr
         command:
         - mps-control-daemon
         env:
         - name: NODE_NAME

bot-akira[bot] avatar Jun 25 '24 12:06 bot-akira[bot]

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time

See detailed report in MegaLinter reports Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

axeII avatar Jun 25 '24 12:06 axeII