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): update chart intel-device-plugins-gpu to 0.31.1 #92

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 23, 2023

This PR contains the following updates:

Package Update Change
intel-device-plugins-gpu minor 0.28.1-helm.0 -> 0.31.1

Warning

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


Release Notes

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

v0.31.1

Compare Source

A Helm chart for Intel GPU Device Plugin

v0.31.0

Compare Source

A Helm chart for Intel GPU Device Plugin

v0.30.0

Compare Source

A Helm chart for Intel Device Plugins Operator for Kubernetes

v0.29.0

Compare Source


Configuration

📅 Schedule: Branch creation - "on saturday" (UTC), 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.

Copy link

github-actions bot commented Dec 23, 2023

--- kubernetes/apps/kube-system/intel-device-plugin/gpu Kustomization: flux-system/cluster-apps-intel-device-plugin-gpu HelmRelease: kube-system/intel-device-plugin-gpu

+++ kubernetes/apps/kube-system/intel-device-plugin/gpu Kustomization: flux-system/cluster-apps-intel-device-plugin-gpu HelmRelease: kube-system/intel-device-plugin-gpu

@@ -9,13 +9,13 @@

     spec:
       chart: intel-device-plugins-gpu
       sourceRef:
         kind: HelmRepository
         name: intel
         namespace: flux-system
-      version: 0.28.1-helm.0
+      version: 0.31.0
   dependsOn:
   - name: intel-device-plugin-operator
     namespace: kube-system
   install:
     remediation:
       retries: 3

Copy link

github-actions bot commented Dec 23, 2023

--- kubernetes HelmRelease: kube-system/intel-device-plugin-gpu GpuDevicePlugin: kube-system/intel-device-plugin-gpu

+++ kubernetes HelmRelease: kube-system/intel-device-plugin-gpu GpuDevicePlugin: kube-system/intel-device-plugin-gpu

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

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

+++ kubernetes HelmRelease: kube-system/intel-device-plugin-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
 

@renovate renovate bot force-pushed the renovate/intel-device-plugins-gpu-0.x branch from dab8ed1 to f752f88 Compare May 15, 2024 20:30
@renovate renovate bot changed the title feat(helm): update chart intel-device-plugins-gpu to 0.29.0 feat(helm): update chart intel-device-plugins-gpu to 0.30.0 May 15, 2024
@renovate renovate bot changed the title feat(helm): update chart intel-device-plugins-gpu to 0.30.0 feat(helm): update chart intel-device-plugins-gpu to 0.31.0 Sep 30, 2024
@renovate renovate bot force-pushed the renovate/intel-device-plugins-gpu-0.x branch from f752f88 to c9a5e19 Compare September 30, 2024 13:17
@renovate renovate bot changed the title feat(helm): update chart intel-device-plugins-gpu to 0.31.0 feat(helm): update chart intel-device-plugins-gpu to 0.31.1 Oct 18, 2024
@renovate renovate bot force-pushed the renovate/intel-device-plugins-gpu-0.x branch from c9a5e19 to 46933a0 Compare October 18, 2024 13:59
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