diff options
author | 2025-09-12 21:17:31 +0000 | |
---|---|---|
committer | 2025-09-12 21:17:31 +0000 | |
commit | 567d620d81327d3b37df14d3121afd6bad93622e (patch) | |
tree | 59962982b33d624f3490c13680afffe1c91f7951 | |
parent | 6d84d95a5833d95ea23f60ff10aebf9cde43db56 (diff) | |
download | anshulg-cluster-renovate/intel-device-plugins.tar.gz anshulg-cluster-renovate/intel-device-plugins.tar.zst anshulg-cluster-renovate/intel-device-plugins.zip |
Update intel-device-plugins to v0.34.0renovate/intel-device-plugins
-rw-r--r-- | rpi5/apps/templates/internal/nfd.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rpi5/apps/templates/internal/nfd.yaml b/rpi5/apps/templates/internal/nfd.yaml index 09f62a58..702db8e9 100644 --- a/rpi5/apps/templates/internal/nfd.yaml +++ b/rpi5/apps/templates/internal/nfd.yaml @@ -35,7 +35,7 @@ spec: source: chart: intel-device-plugins-operator repoURL: https://intel.github.io/helm-charts/ - targetRevision: 0.32.1 + targetRevision: 0.34.0 destination: server: {{ .Values.spec.destination.server }} namespace: inteldeviceplugins-system @@ -50,7 +50,7 @@ spec: source: chart: intel-device-plugins-gpu repoURL: https://intel.github.io/helm-charts/ - targetRevision: 0.32.1 + targetRevision: 0.34.0 helm: parameters: - name: nodeFeatureRule |