Skip to content

Commit fbeea81

Browse files
committed
Chart version, umbrella chart version update
Signed-off-by: Lee Sungjin <sodyn99@gmail.com>
1 parent a4bc841 commit fbeea81

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

device-simulator/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ apiVersion: v2
66
name: device-simulator
77
kubeVersion: ">=1.17.0"
88
type: application
9-
version: 0.0.7
9+
version: 0.0.8
1010
appVersion: v0.6.6
1111
description: ONOS Config Device Simulator
1212
keywords:

onos-cli/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: onos-cli
77
description: ONOS Command Line Interface
88
kubeVersion: ">=1.17.0"
99
type: application
10-
version: 1.3.17
10+
version: 1.3.18
1111
appVersion: v0.9.38
1212
keywords:
1313
- onos

onos-config/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
apiVersion: v2
66
name: onos-config
7-
version: 1.8.12
7+
version: 1.8.13
88
kubeVersion: ">=1.17.0"
99
appVersion: v1.1.4
1010
description: ONOS Config Manager

onos-operator/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
apiVersion: v2
66
name: onos-operator
7-
version: 0.5.8
7+
version: 0.5.9
88
kubeVersion: ">=1.17.0"
99
appVersion: v0.5.5
1010
description: µONOS Operator

onos-topo/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: onos-topo
77
description: ONOS Topology service
88
kubeVersion: ">=1.17.0"
99
type: application
10-
version: 1.5.1
10+
version: 1.5.2
1111
appVersion: v1.0.3
1212
keywords:
1313
- onos

onos-umbrella/Chart.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ dependencies:
2020
- name: onos-topo
2121
condition: import.onos-topo.enabled
2222
repository: file://../onos-topo
23-
version: 1.5.1
23+
version: 1.5.2
2424
- name: onos-config
2525
condition: import.onos-config.enabled
2626
repository: file://../onos-config
27-
version: 1.8.12
27+
version: 1.8.13
2828
- name: onos-cli
2929
condition: import.onos-cli.enabled
3030
repository: file://../onos-cli
31-
version: 1.3.17
31+
version: 1.3.18
3232
- name: device-provisioner
3333
condition: import.device-provisioner.enabled
3434
repository: file://../device-provisioner

0 commit comments

Comments
 (0)