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 621970c commit d253ac0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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 @@ -13,4 +13,4 @@ runs:
repo: norwoodj/helm-docs
version: ${{ inputs.version != '' && inputs.version || env.DEFAULT_HELM_DOCS_VERSION }}
env:
DEFAULT_HELM_DOCS_VERSION: '1.13.0'
DEFAULT_HELM_DOCS_VERSION: 1.13.0
6 changes: 3 additions & 3 deletions .updatecli/templates/github_releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ 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:
name: 'Update version'
scmid: 'github'
# scmid: 'github'
kind: yaml
spec:
file: '{{ .target.file }}'
key: '{{ .target.key }}'
transformers:
- trimprefix: '{{ .target.trimprefix | default "" }}'
2 changes: 1 addition & 1 deletion .updatecli/values/github_releases/helm_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ github:
github_release:
owner: 'norwoodj'
repo: 'helm-docs'
trimprefix: 'v'

target:
file: '.github/actions/setup-helm-docs/action.yml'
key: '$.runs.steps[0].env.DEFAULT_HELM_DOCS_VERSION'
trimprefix: 'v'

0 comments on commit d253ac0

Please sign in to comment.