diff --git a/Makefile b/Makefile index a63fd544..bb35c7b7 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,10 @@ clean:: # @HELP clean up temporary files. rm -rf onos-umbrella/charts onos-umbrella/Chart.lock deps: # @HELP build dependencies for local charts. -deps: clean license +deps: clean license just-deps + +just-deps: # HELP build deps for umbrella charts + rm onos-umbrella/Chart.lock scale-sim/Chart.lock helm dep build onos-umbrella helm dep build scale-sim diff --git a/onos-umbrella/Chart.yaml b/onos-umbrella/Chart.yaml index ad731852..72e1a638 100644 --- a/onos-umbrella/Chart.yaml +++ b/onos-umbrella/Chart.yaml @@ -7,7 +7,7 @@ name: onos-umbrella description: Umbrella chart to deploy all µONOS kubeVersion: ">=1.17.0" type: application -version: 1.3.26 +version: 1.3.28 appVersion: v1.1.0 keywords: - onos @@ -36,7 +36,7 @@ dependencies: - name: topo-discovery condition: import.topo-discovery.enabled repository: file://../topo-discovery - version: 1.1.10 + version: 1.1.11 - name: fabric-underlay condition: import.fabric-underlay.enabled repository: file://../fabric-underlay diff --git a/topo-discovery/Chart.yaml b/topo-discovery/Chart.yaml index a07933d6..637d37d3 100644 --- a/topo-discovery/Chart.yaml +++ b/topo-discovery/Chart.yaml @@ -6,8 +6,8 @@ apiVersion: v2 name: topo-discovery description: ONOS Topology Discovery service type: application -version: 1.1.10 -appVersion: v1.1.10 +version: 1.1.11 +appVersion: v1.1.11 keywords: - onos - sdn