Skip to content

Commit

Permalink
bump up topo and cli (#748)
Browse files Browse the repository at this point in the history
  • Loading branch information
woojoong88 authored Jul 18, 2023
1 parent 11f7233 commit e5c1682
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions onos-cli/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions onos-topo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions onos-umbrella/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -20,15 +20,15 @@ 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
version: 1.8.12
- 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
Expand Down

0 comments on commit e5c1682

Please sign in to comment.