-
Notifications
You must be signed in to change notification settings - Fork 315
/
Copy pathcert-manager-webhook-pdns.yaml
48 lines (42 loc) · 1.08 KB
/
cert-manager-webhook-pdns.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
48
package:
name: cert-manager-webhook-pdns
version: "2.5.2"
epoch: 3
description: A PowerDNS webhook for cert-manager
copyright:
- license: Apache-2.0
environment:
environment:
CGO_ENABLED: "0"
pipeline:
- uses: git-checkout
with:
expected-commit: 0c44f1340426a5e910a3fc7b06dbd05611ac1592
repository: https://github.com/zachomedia/cert-manager-webhook-pdns
tag: v${{package.version}}
- uses: go/bump
with:
deps: |-
golang.org/x/oauth2@v0.27.0
golang.org/x/crypto@v0.35.0
golang.org/x/net@v0.36.0
- uses: go/build
with:
output: webhook
packages: .
ldflags: '-w -extldflags "-static"'
update:
enabled: true
github:
identifier: zachomedia/cert-manager-webhook-pdns
strip-prefix: v
ignore-regex-patterns:
- 'cert-manager-webhook-pdns-'
# https://github.com/zachomedia/cert-manager-webhook-pdns/blob/bf4d525dca7345538aaad8840f6315a73c27f38b/README.md?plain=1#L45
test:
environment:
environment:
GROUP_NAME: "acme.zacharyseguin.ca"
pipeline:
- runs: |
webhook -h