Skip to content

Commit

Permalink
OPSEXP-2403 Ignore testing helm dependencies in bump workflow (#1049)
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn authored Nov 21, 2023
1 parent 1e0be8f commit bfdecb6
Show file tree
Hide file tree
Showing 2 changed files with 8 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 @@ -22,7 +22,7 @@ on:
default: master

env:
UPDATE_CLI_VERSION: v0.57.0
UPDATE_CLI_VERSION: v0.66.1
DEFAULT_BRANCH_NAME: master

jobs:
Expand Down
7 changes: 7 additions & 0 deletions updatecli.d/helm-autodiscovery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,10 @@ autodiscovery:
versionincrement: none
# Tags in values are handled separately via uber-manifest.tpl
ignorecontainer: true

# Skip dependencies we are not interested to bump automatically (testing dependencies)
ignore:
- path: helm/alfresco-content-services
dependencies:
postgresql: ">0.0.1"
elasticsearch: ">0.0.1"

0 comments on commit bfdecb6

Please sign in to comment.