Skip to content

fix(container): update intel-device-plugins group (0.32.0 → 0.32.1) #1782

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

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

Conversation

yo-renovate[bot]
Copy link
Contributor

@yo-renovate yo-renovate bot commented May 19, 2025

This PR contains the following updates:

Package Update Change
ghcr.io/home-operations/charts-mirror/intel-device-plugins-gpu patch 0.32.0 -> 0.32.1
ghcr.io/home-operations/charts-mirror/intel-device-plugins-operator patch 0.32.0 -> 0.32.1

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.

Signed-off-by: yo-renovate[bot] <147074833+yo-renovate[bot]@users.noreply.github.com>
@yo-renovate
Copy link
Contributor Author

yo-renovate bot commented May 19, 2025

--- kubernetes/apps/kube-system/intel-device-plugin/app Kustomization: kube-system/intel-device-plugin-operator OCIRepository: kube-system/intel-device-plugins-operator

+++ kubernetes/apps/kube-system/intel-device-plugin/app Kustomization: kube-system/intel-device-plugin-operator OCIRepository: kube-system/intel-device-plugins-operator

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

 spec:
   interval: 1h
   layerSelector:
     mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
     operation: copy
   ref:
-    tag: 0.32.0
+    tag: 0.32.1
   url: oci://ghcr.io/home-operations/charts-mirror/intel-device-plugins-operator
   verify:
     provider: cosign
 
--- kubernetes/apps/kube-system/intel-device-plugin/gpu Kustomization: kube-system/intel-device-plugin-gpu OCIRepository: kube-system/intel-device-plugins-gpu

+++ kubernetes/apps/kube-system/intel-device-plugin/gpu Kustomization: kube-system/intel-device-plugin-gpu OCIRepository: kube-system/intel-device-plugins-gpu

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

 spec:
   interval: 1h
   layerSelector:
     mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
     operation: copy
   ref:
-    tag: 0.32.0
+    tag: 0.32.1
   url: oci://ghcr.io/home-operations/charts-mirror/intel-device-plugins-gpu
   verify:
     provider: cosign
 

@yo-renovate
Copy link
Contributor Author

yo-renovate bot commented May 19, 2025

--- HelmRelease: kube-system/intel-device-plugin-operator Deployment: kube-system/inteldeviceplugins-controller-manager

+++ HelmRelease: kube-system/intel-device-plugin-operator Deployment: kube-system/inteldeviceplugins-controller-manager

@@ -25,13 +25,13 @@

         - --devices=gpu
         env:
         - name: DEVICEPLUGIN_NAMESPACE
           valueFrom:
             fieldRef:
               fieldPath: metadata.namespace
-        image: intel/intel-deviceplugin-operator:0.32.0
+        image: intel/intel-deviceplugin-operator:0.32.1
         imagePullPolicy: IfNotPresent
         livenessProbe:
           httpGet:
             path: /healthz
             port: 8081
           initialDelaySeconds: 15
--- HelmRelease: kube-system/intel-device-plugin-gpu GpuDevicePlugin: kube-system/i915

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

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

 ---
 apiVersion: deviceplugin.intel.com/v1
 kind: GpuDevicePlugin
 metadata:
   name: i915
 spec:
-  image: intel/intel-gpu-plugin:0.32.0
+  image: intel/intel-gpu-plugin:0.32.1
   logLevel: 2
   sharedDevNum: 1
   resourceManager: false
   enableMonitoring: true
   preferredAllocationPolicy: none
   nodeSelector:
     intel.feature.node.kubernetes.io/gpu: 'true'
-  tolerations: null
+  tolerations: []
 

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.

0 participants