Skip to content

Commit

Permalink
kube-webhook-certgen
Browse files Browse the repository at this point in the history
  • Loading branch information
willswire committed Mar 3, 2024
1 parent 868ea07 commit 9685626
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions kube-webhook-certgen.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9685626

Please sign in to comment.