-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnfs-subdir-external-provisioner-4.0.18-r13.yaml
46 lines (40 loc) · 1.38 KB
/
nfs-subdir-external-provisioner-4.0.18-r13.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
package:
name: nfs-subdir-external-provisioner-4.0.18-r13
version: 4.0.18
epoch: 13
description: Dynamic sub-dir volume provisioner on a remote NFS server.
copyright:
- license: Apache-2.0
environment:
contents:
packages:
- build-base
- busybox
- ca-certificates-bundle
- go
pipeline:
- uses: git-checkout
with:
repository: https://github.com/kubernetes-sigs/nfs-subdir-external-provisioner
tag: nfs-subdir-external-provisioner-${{package.version}}
expected-commit: c2a2d5d544781e3d3e4d7a7e2d21a8e64cf6d9d1
- uses: go/bump
with:
deps: golang.org/x/text@v0.9.0 gopkg.in/yaml.v3@v3.0.0-20220521103104-8f96da9f5d5e google.golang.org/protobuf@v1.33.0 github.com/prometheus/client_golang@v1.11.1 golang.org/x/crypto@v0.31.0 golang.org/x/net@v0.33.0
replaces: github.com/prometheus/client_golang=github.com/prometheus/client_golang@v1.11.1
- runs: |
mkdir -p ${{targets.destdir}}/usr/bin
GOOS=$(go env GOOS)
GOARCH=$(go env GOARCH)
make BUILD_PLATFORMS="${GOOS} ${GOARCH}" build
mv ./bin/nfs-subdir-external-provisioner ${{targets.destdir}}/usr/bin/
update:
enabled: true
github:
identifier: kubernetes-sigs/nfs-subdir-external-provisioner
strip-prefix: nfs-subdir-external-provisioner-
test:
pipeline:
# AUTOGENERATED
- runs: |
nfs-subdir-external-provisioner --help