-
Notifications
You must be signed in to change notification settings - Fork 290
/
Copy pathkubernetes-csi-external-attacher-4.3.yaml
46 lines (40 loc) · 1.19 KB
/
kubernetes-csi-external-attacher-4.3.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: kubernetes-csi-external-attacher-4.3
version: 4.3.0
epoch: 11
description: Sidecar container that watches Kubernetes VolumeAttachment objects and triggers ControllerPublish/Unpublish against a CSI endpoint
copyright:
- license: Apache-2.0
dependencies:
provides:
- kubernetes-csi-external-attacher=${{package.full-version}}
environment:
contents:
packages:
- build-base
- busybox
- ca-certificates-bundle
- go
- wolfi-baselayout
pipeline:
# We can't use go/install because this requires specific ldflags to set the version
- uses: git-checkout
with:
repository: https://github.com/kubernetes-csi/external-attacher
tag: v${{package.version}}
expected-commit: 910cd35d72e6a99cc7b8451a5065aecc11bd7fff
- uses: go/bump
with:
deps: golang.org/x/[email protected] google.golang.org/[email protected]
- runs: |
make build
mkdir -p ${{targets.destdir}}/usr/bin
install -Dm755 ./bin/csi-attacher ${{targets.destdir}}/usr/bin/csi-attacher
- uses: strip
update:
enabled: true
github:
identifier: kubernetes-csi/external-attacher
strip-prefix: v
use-tag: true
tag-filter: v4.3.