diff --git a/cert-manager-istio-csr.yaml b/cert-manager-istio-csr.yaml new file mode 100644 index 00000000000..15b771cc809 --- /dev/null +++ b/cert-manager-istio-csr.yaml @@ -0,0 +1,31 @@ +package: + name: cert-manager-istio-csr + version: 0.12.0 + epoch: 0 + description: istio-csr is an agent that allows for Istio workload and control plane components to be secured using cert-manager. + copyright: + - license: Apache-2.0 + +pipeline: + - uses: git-checkout + with: + expected-commit: 13f57d622f9a01f8ac2f5739049b1691c30bef04 + repository: https://github.com/cert-manager/istio-csr/ + tag: v${{package.version}} + + - uses: go/build + with: + ldflags: -X github.com/cert-manager/istio-csr//internal/version.AppVersion=${{package.version}} -X github.com/cert-manager/istio-csr/internal/version.GitCommit=$(git rev-parse HEAD) + output: cmd + packages: ./cmd + +update: + enabled: true + github: + identifier: cert-manager/istio-csr + strip-prefix: v + +test: + pipeline: + - runs: | + cmd --help