Skip to content

Commit

Permalink
Use ric config model (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
adibrastegarnia committed Dec 6, 2020
1 parent 469e1dc commit 1735af7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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.9
version: 0.1.10
appVersion: v0.6.19
keywords:
- onos
Expand Down Expand Up @@ -41,7 +41,7 @@ dependencies:
- name: onos-config
condition: import.onos-config.enabled
repository: https://charts.onosproject.org
version: 0.0.18
version: 0.0.20
- name: onos-gui
condition: import.onos-gui.enabled
repository: https://charts.onosproject.org
Expand Down
6 changes: 3 additions & 3 deletions sd-ran/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,11 @@ onos-config:
consensus:
enabled: false
plugins:
- name: e2node
- name: ric
version: 1.0.0
image:
repository: onosproject/config-model-e2node-1.0.0
tag: v0.6.12
repository: onosproject/config-model-ric-1.0.0
tag: v0.6.18
pullPolicy: IfNotPresent

onos-ric:
Expand Down

0 comments on commit 1735af7

Please sign in to comment.