Skip to content

Commit

Permalink
allow minor bumps of 3rd party charts
Browse files Browse the repository at this point in the history
  • Loading branch information
alxgomz committed Nov 6, 2024
1 parent 0bd6553 commit a1ae2b7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions updatecli.d/helm-autodiscovery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ autodiscovery:
# Skip dependencies we are not interested to bump automatically (testing dependencies)
- path: helm/alfresco-content-services
dependencies:
postgresql: ">0.0.1"
elasticsearch: ">0.0.1"
postgresql: ">=13.0.0"
elasticsearch: ">=8.0.0"
kibana: ">=8.0.0"
- path: helm/acs-sso-example
dependencies:
postgresql: ">0.0.1"
postgresql: ">=13.0.0"

0 comments on commit a1ae2b7

Please sign in to comment.