Biohazard icon indicating copy to clipboard operation
Biohazard copied to clipboard

feat(helm): update chart intel-device-plugins-gpu to 0.31.0

Open tinfoild[bot] opened this issue 9 months ago • 3 comments

This PR contains the following updates:

Package Update Change OpenSSF
intel-device-plugins-gpu minor 0.29.0 -> 0.31.0 OpenSSF Scorecard

Release Notes

intel/helm-charts (intel-device-plugins-gpu)

v0.31.0

Compare Source

A Helm chart for Intel GPU Device Plugin

v0.30.0

Compare Source

A Helm chart for Intel GPU Device Plugin


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.

tinfoild[bot] avatar May 15 '24 09:05 tinfoild[bot]

Deploying jjgadgets-biohazard with  Cloudflare Pages  Cloudflare Pages

Latest commit: 70721db
Status: ✅  Deploy successful!
Preview URL: https://de0ef71b.jjgadgets-biohazard.pages.dev
Branch Preview URL: https://renovate-intel-device-plugin.jjgadgets-biohazard.pages.dev

View logs

--- kube/deploy/core/hardware/intel-device-plugins/app Kustomization: flux-system/1-core-hardware-intel-device-plugins-app HelmRelease: kube-system/intel-device-plugins-gpu

+++ kube/deploy/core/hardware/intel-device-plugins/app Kustomization: flux-system/1-core-hardware-intel-device-plugins-app HelmRelease: kube-system/intel-device-plugins-gpu

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

     spec:
       chart: intel-device-plugins-gpu
       sourceRef:
         kind: HelmRepository
         name: intel
         namespace: flux-system
-      version: 0.29.0
+      version: 0.31.1
   driftDetection:
     ignore:
     - paths:
       - /spec/replicas
     mode: warn
   install:

tinfoild[bot] avatar Jul 12 '24 11:07 tinfoild[bot]

--- HelmRelease: kube-system/intel-device-plugins-gpu GpuDevicePlugin: kube-system/intel-device-plugins-gpu

+++ HelmRelease: kube-system/intel-device-plugins-gpu GpuDevicePlugin: kube-system/intel-device-plugins-gpu

@@ -1,15 +1,16 @@

 ---
 apiVersion: deviceplugin.intel.com/v1
 kind: GpuDevicePlugin
 metadata:
   name: intel-device-plugins-gpu
 spec:
-  image: intel/intel-gpu-plugin:0.29.0
+  image: intel/intel-gpu-plugin:0.31.1
   logLevel: 2
   sharedDevNum: 3
   resourceManager: false
   enableMonitoring: true
   preferredAllocationPolicy: none
   nodeSelector:
     intel.feature.node.kubernetes.io/gpu: 'true'
+  tolerations: null
 
--- HelmRelease: kube-system/intel-device-plugins-gpu NodeFeatureRule: kube-system/intel-dp-gpu-device

+++ HelmRelease: kube-system/intel-device-plugins-gpu NodeFeatureRule: kube-system/intel-dp-gpu-device

@@ -17,11 +17,28 @@

           - '8086'
         class:
           op: In
           value:
           - '0300'
           - 0380
-    - feature: kernel.loadedmodule
-      matchExpressions:
-        i915:
-          op: Exists
+    matchAny:
+    - matchFeatures:
+      - feature: kernel.loadedmodule
+        matchExpressions:
+          i915:
+            op: Exists
+    - matchFeatures:
+      - feature: kernel.enabledmodule
+        matchExpressions:
+          i915:
+            op: Exists
+    - matchFeatures:
+      - feature: kernel.loadedmodule
+        matchExpressions:
+          xe:
+            op: Exists
+    - matchFeatures:
+      - feature: kernel.enabledmodule
+        matchExpressions:
+          xe:
+            op: Exists
 

tinfoild[bot] avatar Jul 12 '24 11:07 tinfoild[bot]