Skip to content

Commit 42c12d3

Browse files
fix(norwoodj/helm-docs): follow up changes of helm-docs v1.11.3 (#16195)
* fix(norwoodj/helm-docs): follow up changes of helm-docs v1.11.3 Assets were renamed. - norwoodj/helm-docs#200 - norwoodj/helm-docs#201 * refactor(norwoodj/helm-docs): remove unneeded fields * fix(norwoodj/helm-docs): fix version constraint
1 parent 56a6ac3 commit 42c12d3

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
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

+6-7
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
@@ -14,24 +14,23 @@ packages:
1414
type: github_release
1515
asset: checksums.txt
1616
algorithm: sha256
17-
version_constraint: semver(">= 1.11.2")
17+
version_constraint: semver(">= 1.11.3")
1818
version_overrides:
19+
- version_constraint: Version == "v1.11.2"
20+
asset: helm-docs_{{.OS}}_{{.Arch}}.{{.Format}}
1921
- version_constraint: semver(">= 1.6.0")
20-
asset: helm-docs_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
2122
- version_constraint: semver(">= 1.4.0")
22-
asset: helm-docs_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
23+
rosetta2: true
2324
supported_envs:
2425
- darwin
2526
- linux
2627
- amd64
27-
rosetta2: true
2828
- version_constraint: semver("< 1.4.0")
29-
asset: helm-docs_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
29+
rosetta2: true
3030
replacements:
3131
amd64: x86_64
3232
darwin: Darwin
3333
linux: Linux
3434
supported_envs:
3535
- linux/amd64
3636
- darwin
37-
rosetta2: true

registry.yaml

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

0 commit comments

Comments
 (0)