diff --git a/device-simulator/Chart.yaml b/device-simulator/Chart.yaml index 0fdec4b2..2b1b7627 100644 --- a/device-simulator/Chart.yaml +++ b/device-simulator/Chart.yaml @@ -6,7 +6,7 @@ apiVersion: v2 name: device-simulator kubeVersion: ">=1.17.0" type: application -version: 0.0.7 +version: 0.0.8 appVersion: v0.6.6 description: ONOS Config Device Simulator keywords: diff --git a/onos-cli/Chart.yaml b/onos-cli/Chart.yaml index 86abb13a..80124a0d 100644 --- a/onos-cli/Chart.yaml +++ b/onos-cli/Chart.yaml @@ -7,7 +7,7 @@ name: onos-cli description: ONOS Command Line Interface kubeVersion: ">=1.17.0" type: application -version: 1.3.17 +version: 1.3.18 appVersion: v0.9.38 keywords: - onos diff --git a/onos-config/Chart.yaml b/onos-config/Chart.yaml index fda84866..f7d15050 100644 --- a/onos-config/Chart.yaml +++ b/onos-config/Chart.yaml @@ -4,7 +4,7 @@ apiVersion: v2 name: onos-config -version: 1.8.12 +version: 1.8.13 kubeVersion: ">=1.17.0" appVersion: v1.1.4 description: ONOS Config Manager diff --git a/onos-operator/Chart.yaml b/onos-operator/Chart.yaml index aa26e934..fcce8261 100644 --- a/onos-operator/Chart.yaml +++ b/onos-operator/Chart.yaml @@ -4,7 +4,7 @@ apiVersion: v2 name: onos-operator -version: 0.5.8 +version: 0.5.9 kubeVersion: ">=1.17.0" appVersion: v0.5.5 description: µONOS Operator diff --git a/onos-topo/Chart.yaml b/onos-topo/Chart.yaml index b796b7df..9ec1a1ab 100644 --- a/onos-topo/Chart.yaml +++ b/onos-topo/Chart.yaml @@ -7,7 +7,7 @@ name: onos-topo description: ONOS Topology service kubeVersion: ">=1.17.0" type: application -version: 1.5.1 +version: 1.5.2 appVersion: v1.0.3 keywords: - onos diff --git a/onos-umbrella/Chart.yaml b/onos-umbrella/Chart.yaml index 69a0f813..dbfbd15c 100644 --- a/onos-umbrella/Chart.yaml +++ b/onos-umbrella/Chart.yaml @@ -20,15 +20,15 @@ dependencies: - name: onos-topo condition: import.onos-topo.enabled repository: file://../onos-topo - version: 1.5.1 + version: 1.5.2 - name: onos-config condition: import.onos-config.enabled repository: file://../onos-config - version: 1.8.12 + version: 1.8.13 - name: onos-cli condition: import.onos-cli.enabled repository: file://../onos-cli - version: 1.3.17 + version: 1.3.18 - name: device-provisioner condition: import.device-provisioner.enabled repository: file://../device-provisioner