Skip to content

Commit 91bb2b6

Browse files
authored
Merge pull request #17035 from wolfi-dev/wolfictl-13320319-a382-4aff-803a-48942a0944dc
2 parents 344f74a + 425ba81 commit 91bb2b6

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

nvidia-device-plugin.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: nvidia-device-plugin
3-
version: 0.14.5
4-
epoch: 3
3+
version: 0.15.0
4+
epoch: 0
55
description: NVIDIA device plugin for Kubernetes
66
copyright:
77
- license: Apache-2.0
@@ -17,14 +17,10 @@ environment:
1717
pipeline:
1818
- uses: git-checkout
1919
with:
20-
expected-commit: 3d549fbb3f580e8b54b6606452f7a1e5e3220f65
20+
expected-commit: 435bfb70a44b74daca23fe957a0f256afaa3c51e
2121
repository: https://github.com/NVIDIA/k8s-device-plugin
2222
tag: v${{package.version}}
2323

24-
- uses: go/bump
25-
with:
26-
deps: google.golang.org/[email protected]
27-
2824
- runs: |
2925
make
3026
mkdir -p ${{targets.destdir}}/usr/bin

0 commit comments

Comments
 (0)