diff --git a/kube-webhook-certgen.yaml b/kube-webhook-certgen.yaml new file mode 100644 index 00000000000..359f02cf82d --- /dev/null +++ b/kube-webhook-certgen.yaml @@ -0,0 +1,34 @@ +package: + name: kube-webhook-certgen + version: 1.5.2 + epoch: 0 + description: Tools to help with self signed cert generation for Kubernetes test environment + copyright: + - license: Apache-2.0 + +environment: + contents: + repositories: + - https://dl-cdn.alpinelinux.org/alpine/edge/main + - https://dl-cdn.alpinelinux.org/alpine/edge/community + +pipeline: + - uses: git-checkout + with: + expected-commit: cf887ac4a6190e91a053da8364578659cb03a1bf + repository: https://github.com/jet/kube-webhook-certgen + tag: v${{package.version}} + + - uses: go/build + with: + ldflags: -s -w -X 'github.com/jet/kube-webhook-certgen/core.Version=v${{package.version}}' + output: kube-webhook-certgen + packages: . + + - uses: strip + +update: + enabled: true + github: + identifier: jet/kube-webhook-certgen + strip-prefix: v \ No newline at end of file