We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f3c441d + 32408bf commit 34732a8Copy full SHA for 34732a8
local-static-provisioner.yaml
@@ -1,7 +1,7 @@
1
package:
2
name: local-static-provisioner
3
version: 2.7.0
4
- epoch: 0
+ epoch: 1
5
description: Static provisioner of local volumes
6
copyright:
7
- license: Apache-2.0
@@ -29,14 +29,14 @@ pipeline:
29
30
- uses: go/bump
31
with:
32
- deps: google.golang.org/protobuf@v1.33.0 golang.org/x/net@v0.23.0
+ deps: google.golang.org/protobuf@v1.33.0 golang.org/x/net@v0.23.0 k8s.io/kubernetes@v1.27.13 k8s.io/apiserver@v0.27.13
33
34
- uses: go/build
35
36
packages: ./cmd/local-volume-provisioner
37
output: local-provisioner
38
ldflags: -s -w -a -extldflags '-static'
39
- vendor: truei
+ vendor: true
40
41
- runs: |
42
mkdir -p ${{targets.contextdir}}/scripts
0 commit comments