Skip to content

Commit 97783fe

Browse files
fix(norwoodj/helm-docs): follow up changes of helm-docs v1.11.3
Assets were renamed. - norwoodj/helm-docs#200 - norwoodj/helm-docs#201
1 parent e323a8c commit 97783fe

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

pkgs/norwoodj/helm-docs/pkg.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
packages:
2-
- name: norwoodj/[email protected]
2+
- name: norwoodj/[email protected]
3+
- name: norwoodj/helm-docs
4+
version: v1.11.2
35
- name: norwoodj/helm-docs
46
version: v1.6.0
57
- name: norwoodj/helm-docs

pkgs/norwoodj/helm-docs/registry.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ packages:
33
repo_owner: norwoodj
44
repo_name: helm-docs
55
description: A tool for automatically generating markdown documentation for helm charts
6-
asset: helm-docs_{{.OS}}_{{.Arch}}.{{.Format}}
6+
asset: helm-docs_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
77
format: tar.gz
88
replacements:
99
amd64: x86_64
@@ -16,6 +16,8 @@ packages:
1616
algorithm: sha256
1717
version_constraint: semver(">= 1.11.2")
1818
version_overrides:
19+
- version_constraint: Version == "v1.11.2"
20+
asset: helm-docs_{{.OS}}_{{.Arch}}.{{.Format}}
1921
- version_constraint: semver(">= 1.6.0")
2022
asset: helm-docs_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
2123
- version_constraint: semver(">= 1.4.0")

registry.yaml

+3-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)