Skip to content

Commit

Permalink
Enable pre-release versions in helm autodiscovery (#1204)
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn authored Oct 4, 2024
1 parent 33dce64 commit 56f69eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bumpVersions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 3 additions & 0 deletions updatecli.d/helm-autodiscovery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 56f69eb

Please sign in to comment.