Skip to content

Commit

Permalink
fix(norwoodj/helm-docs): follow up changes of helm-docs v1.11.3 (#16195)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
suzuki-shunsuke authored Oct 10, 2023
1 parent 56a6ac3 commit 42c12d3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
4 changes: 3 additions & 1 deletion pkgs/norwoodj/helm-docs/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
packages:
- name: norwoodj/[email protected]
- name: norwoodj/[email protected]
- name: norwoodj/helm-docs
version: v1.11.2
- name: norwoodj/helm-docs
version: v1.6.0
- name: norwoodj/helm-docs
Expand Down
13 changes: 6 additions & 7 deletions pkgs/norwoodj/helm-docs/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ packages:
repo_owner: norwoodj
repo_name: helm-docs
description: A tool for automatically generating markdown documentation for helm charts
asset: helm-docs_{{.OS}}_{{.Arch}}.{{.Format}}
asset: helm-docs_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
replacements:
amd64: x86_64
Expand All @@ -14,24 +14,23 @@ packages:
type: github_release
asset: checksums.txt
algorithm: sha256
version_constraint: semver(">= 1.11.2")
version_constraint: semver(">= 1.11.3")
version_overrides:
- version_constraint: Version == "v1.11.2"
asset: helm-docs_{{.OS}}_{{.Arch}}.{{.Format}}
- version_constraint: semver(">= 1.6.0")
asset: helm-docs_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
- version_constraint: semver(">= 1.4.0")
asset: helm-docs_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
rosetta2: true
supported_envs:
- darwin
- linux
- amd64
rosetta2: true
- version_constraint: semver("< 1.4.0")
asset: helm-docs_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
rosetta2: true
replacements:
amd64: x86_64
darwin: Darwin
linux: Linux
supported_envs:
- linux/amd64
- darwin
rosetta2: true
13 changes: 6 additions & 7 deletions registry.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 42c12d3

Please sign in to comment.