From 8bccd467c29720954b96593c3dc35a167f164796 Mon Sep 17 00:00:00 2001 From: Alexandre Chapellon Date: Wed, 6 Nov 2024 18:41:16 +0100 Subject: [PATCH] updatecli ignore.dependencies works on current version --- updatecli.d/helm-autodiscovery.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/updatecli.d/helm-autodiscovery.yaml b/updatecli.d/helm-autodiscovery.yaml index 1cbd84a10..f188f90a4 100644 --- a/updatecli.d/helm-autodiscovery.yaml +++ b/updatecli.d/helm-autodiscovery.yaml @@ -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"