forked from wolfi-dev/os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
helm-docs.yaml
49 lines (42 loc) · 988 Bytes
/
helm-docs.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
49
package:
name: helm-docs
version: 1.14.2
epoch: 3
description: A tool for automatically generating markdown documentation for helm charts
copyright:
- license: GPL-3.0-only
dependencies:
runtime:
- ca-certificates-bundle
environment:
contents:
packages:
- build-base
- busybox
- ca-certificates-bundle
- git
- go
- openssf-compiler-options
pipeline:
- uses: git-checkout
with:
repository: https://github.com/norwoodj/helm-docs/
tag: v${{package.version}}
expected-commit: 37d3055fece566105cf8cff7c17b7b2355a01677
- uses: go/bump
with:
deps: golang.org/x/[email protected]
- runs: |
make helm-docs
install -Dm755 ./helm-docs "${{targets.contextdir}}/usr/bin/helm-docs"
- uses: strip
test:
pipeline:
- runs: |
helm-docs --help || exit 1
helm-docs version
update:
enabled: true
github:
identifier: norwoodj/helm-docs
strip-prefix: v