Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mteodori committed Jun 19, 2024
1 parent bf712ab commit 30c1a84
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-helm-docs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ runs:
repo: norwoodj/helm-docs
version: ${{ inputs.version != '' && inputs.version || env.DEFAULT_HELM_DOCS_VERSION }}
env:
DEFAULT_HELM_DOCS_VERSION: '1.13.1'
DEFAULT_HELM_DOCS_VERSION: '1.13.0'
2 changes: 2 additions & 0 deletions .updatecli/templates/github_releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ sources:
kind: semver
strict: {{ .github_release.versionfilter.strict | default false }}
pattern: '{{ .github_release.versionfilter.pattern | default "*" }}'
transformers:
- trimprefix: '{{ .github_release.trimprefix | default "" }}'

targets:
update-file:
Expand Down
1 change: 1 addition & 0 deletions .updatecli/values/github_releases/helm_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ github:
github_release:
owner: 'norwoodj'
repo: 'helm-docs'
trimprefix: 'v'

target:
file: '.github/actions/setup-helm-docs/action.yml'
Expand Down

0 comments on commit 30c1a84

Please sign in to comment.