From 56f69eb716af0fb64dc38d42cd41d246018d7ebc Mon Sep 17 00:00:00 2001 From: Giovanni Toraldo <71768+gionn@users.noreply.github.com> Date: Fri, 4 Oct 2024 10:54:26 +0200 Subject: [PATCH] Enable pre-release versions in helm autodiscovery (#1204) --- .github/workflows/bumpVersions.yml | 2 +- updatecli.d/helm-autodiscovery.yaml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/bumpVersions.yml b/.github/workflows/bumpVersions.yml index 0d6ba2e56..94258bb7d 100644 --- a/.github/workflows/bumpVersions.yml +++ b/.github/workflows/bumpVersions.yml @@ -23,7 +23,7 @@ on: default: master env: - UPDATE_CLI_VERSION: v0.71.0 + UPDATE_CLI_VERSION: v0.84.1 DEFAULT_BRANCH_NAME: master jobs: diff --git a/updatecli.d/helm-autodiscovery.yaml b/updatecli.d/helm-autodiscovery.yaml index a1dffd1f2..9accfa879 100644 --- a/updatecli.d/helm-autodiscovery.yaml +++ b/updatecli.d/helm-autodiscovery.yaml @@ -7,6 +7,9 @@ autodiscovery: versionincrement: none # Tags in values are handled separately via uber-manifest.tpl ignorecontainer: true + versionfilter: + kind: semver + pattern: '>= 0.0.0-0' ignore: # Skip dependencies we are not interested to bump automatically (testing dependencies)