diff --git a/onos-cli/Chart.yaml b/onos-cli/Chart.yaml index cf006e5b..4b8e3668 100644 --- a/onos-cli/Chart.yaml +++ b/onos-cli/Chart.yaml @@ -7,8 +7,8 @@ name: onos-cli description: ONOS Command Line Interface kubeVersion: ">=1.17.0" type: application -version: 1.3.15 -appVersion: v0.9.35 +version: 1.3.16 +appVersion: v0.9.36 keywords: - onos - sdn diff --git a/onos-topo/Chart.yaml b/onos-topo/Chart.yaml index 53e58b63..8290b280 100644 --- a/onos-topo/Chart.yaml +++ b/onos-topo/Chart.yaml @@ -7,8 +7,8 @@ name: onos-topo description: ONOS Topology service kubeVersion: ">=1.17.0" type: application -version: 1.5.0 -appVersion: v1.0.0 +version: 1.5.1 +appVersion: v1.0.1 keywords: - onos - sdn diff --git a/onos-umbrella/Chart.yaml b/onos-umbrella/Chart.yaml index be5853b0..8004e00d 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.31 +version: 1.3.32 appVersion: v1.1.0 keywords: - onos @@ -20,7 +20,7 @@ dependencies: - name: onos-topo condition: import.onos-topo.enabled repository: file://../onos-topo - version: 1.5.0 + version: 1.5.1 - name: onos-config condition: import.onos-config.enabled repository: file://../onos-config @@ -28,7 +28,7 @@ dependencies: - name: onos-cli condition: import.onos-cli.enabled repository: file://../onos-cli - version: 1.3.15 + version: 1.3.16 - name: device-provisioner condition: import.device-provisioner.enabled repository: file://../device-provisioner