-
Notifications
You must be signed in to change notification settings - Fork 312
/
Copy pathexternal-dns.yaml
47 lines (41 loc) · 1.01 KB
/
external-dns.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
47
package:
name: external-dns
version: "0.16.1"
epoch: 0
description: Configure external DNS servers (AWS Route53, Google CloudDNS and others) for Kubernetes Ingresses and Services.
copyright:
- paths:
- '*'
license: Apache-2.0
environment:
contents:
packages:
- build-base
- busybox
- ca-certificates-bundle
- go
pipeline:
- uses: git-checkout
with:
expected-commit: 017f7687ca393138b565e51757a6fa8010902066
repository: https://github.com/kubernetes-sigs/external-dns
tag: v${{package.version}}
- runs: |
# Our global LDFLAGS conflict with a Makefile parameter
unset LDFLAGS
make build
mkdir -p ${{targets.destdir}}/usr/bin
mv build/external-dns ${{targets.destdir}}/usr/bin/
- uses: strip
update:
enabled: true
github:
identifier: kubernetes-sigs/external-dns
strip-prefix: v
tag-filter: v
test:
pipeline:
# AUTOGENERATED
- runs: |
external-dns --version
external-dns --help