Skip to content

Commit

Permalink
Chart version, umbrella chart version update
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Sungjin <[email protected]>
  • Loading branch information
sodyn99 committed Sep 6, 2024
1 parent a4bc841 commit fbeea81
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion device-simulator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion onos-cli/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion onos-config/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion onos-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion onos-topo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions onos-umbrella/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fbeea81

Please sign in to comment.