Skip to content

Commit

Permalink
updatecli ignore.dependencies works on current version
Browse files Browse the repository at this point in the history
  • Loading branch information
alxgomz committed Nov 6, 2024
1 parent 4eea952 commit 8bccd46
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions updatecli.d/helm-autodiscovery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ autodiscovery:
# Skip dependencies we are not interested to bump automatically (testing dependencies)
- path: helm/alfresco-content-services
dependencies:
postgresql: "<13.0.0"
elasticsearch: "<8.0.0"
kibana: "<8.0.0"
postgresql: ">=0.0.1"
elasticsearch: ">=0.0.1"
kibana: ">=0.0.1"
- path: helm/acs-sso-example
dependencies:
postgresql: "<14.0.0"
keycloakx: "<3.0.0"
postgresql: ">=0.0.1"
keycloakx: ">=0.0.1"

0 comments on commit 8bccd46

Please sign in to comment.