Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SD-RAN Umbrella releasing 0.1.9 #158

Merged
merged 1 commit into from
Dec 4, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions sd-ran/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: sd-ran
description: Umbrella chart to deploy all ONOS-RIC and simulator
kubeVersion: ">=1.17.0"
type: application
version: 0.1.8
version: 0.1.9
appVersion: v0.6.19
keywords:
- onos
Expand All @@ -25,11 +25,11 @@ dependencies:
- name: onos-e2t
condition: import.onos-e2t.enabled
repository: "@sdran"
version: 0.0.7
version: 0.0.8
- name: onos-e2sub
condition: import.onos-e2sub.enabled
repository: "@sdran"
version: 0.0.6
version: 0.0.7
- name: onos-o1t
condition: import.onos-o1t.enabled
repository: "@sdran"
Expand All @@ -45,7 +45,7 @@ dependencies:
- name: onos-gui
condition: import.onos-gui.enabled
repository: https://charts.onosproject.org
version: 0.0.8
version: 0.0.9
- name: ran-simulator
condition: import.ran-simulator.enabled
repository: "@sdran"
Expand Down
7 changes: 7 additions & 0 deletions sd-ran/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,13 @@ onos-e2sub:
storage:
consensus:
enabled: false
servicemodels:
- name: e2sm_kpm
version: 1.0.0
image:
repository: onosproject/service-model-docker-e2sm_kpm-1.0.0
tag: v0.6.5
pullPolicy: IfNotPresent

onos-sdran-cli:
postInstall:
Expand Down