From 30c1a840d6b69891ff8f0be7f6c95f7904293bfb Mon Sep 17 00:00:00 2001 From: Marcello Teodori <151025+mteodori@users.noreply.github.com> Date: Wed, 19 Jun 2024 15:15:02 +0200 Subject: [PATCH] fix --- .github/actions/setup-helm-docs/action.yml | 2 +- .updatecli/templates/github_releases.yaml | 2 ++ .updatecli/values/github_releases/helm_docs.yaml | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/actions/setup-helm-docs/action.yml b/.github/actions/setup-helm-docs/action.yml index fc603298d..af751e079 100644 --- a/.github/actions/setup-helm-docs/action.yml +++ b/.github/actions/setup-helm-docs/action.yml @@ -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' diff --git a/.updatecli/templates/github_releases.yaml b/.updatecli/templates/github_releases.yaml index d26054407..882b78594 100644 --- a/.updatecli/templates/github_releases.yaml +++ b/.updatecli/templates/github_releases.yaml @@ -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: diff --git a/.updatecli/values/github_releases/helm_docs.yaml b/.updatecli/values/github_releases/helm_docs.yaml index dde828609..deccd6099 100644 --- a/.updatecli/values/github_releases/helm_docs.yaml +++ b/.updatecli/values/github_releases/helm_docs.yaml @@ -5,6 +5,7 @@ github: github_release: owner: 'norwoodj' repo: 'helm-docs' + trimprefix: 'v' target: file: '.github/actions/setup-helm-docs/action.yml'