Skip to content

Commit

Permalink
is ignore.dependencies version spec working the other way round?
Browse files Browse the repository at this point in the history
  • Loading branch information
alxgomz committed Nov 6, 2024
1 parent 79ebf96 commit 4eea952
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: "<13.0.0"
elasticsearch: "<8.0.0"
kibana: "<8.0.0"
- path: helm/acs-sso-example
dependencies:
postgresql: ">=14.0.0"
keycloakx: ">=3.0.0"
postgresql: "<14.0.0"
keycloakx: "<3.0.0"

0 comments on commit 4eea952

Please sign in to comment.