File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 name : kubeadm-bootstrap-controller
33 version : 1.6.1
44 epoch : 0
5- description : Cluster API core controller
5+ description : Cluster API kubeadm bootstrap controller
66 copyright :
77 - license : Apache-2.0
88
Original file line number Diff line number Diff line change 1+ package :
2+ name : kubeadm-controlplane-controller
3+ version : 1.6.1
4+ epoch : 0
5+ description : Cluster API kubeadm controlplane controller
6+ copyright :
7+ - license : Apache-2.0
8+
9+ environment :
10+ contents :
11+ packages :
12+ - busybox
13+ - ca-certificates-bundle
14+ - go
15+ environment :
16+ CGO_ENABLED : " 0"
17+
18+ pipeline :
19+ - uses : git-checkout
20+ with :
21+ expected-commit : a150f715f5a607ef172dbe96615ffdf1d51220b3
22+ repository : https://github.com/kubernetes-sigs/cluster-api
23+ tag : v${{package.version}}
24+
25+ - uses : go/build
26+ with :
27+ ldflags : -s -w
28+ output : kubeadm-controlplane-controller
29+ packages : ./controlplane/kubeadm
30+
31+ - uses : strip
32+
33+ update :
34+ enabled : true
35+ github :
36+ identifier : kubernetes-sigs/cluster-api
37+ strip-prefix : v
38+ tag-filter : v
39+ use-tag : true
You can’t perform that action at this time.
0 commit comments