Skip to content

Commit

Permalink
Update ransim service models (#252)
Browse files Browse the repository at this point in the history
* Update ransim service models

* Upgrade image tag
  • Loading branch information
adibrastegarnia committed Feb 25, 2021
1 parent a8ae371 commit dfbc6f1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ran-simulator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ name: ran-simulator
description: ONOS RAN Simulator
kubeVersion: ">=1.15.0"
type: application
version: 1.0.20
appVersion: v0.7.9
version: 1.0.21
appVersion: v0.7.10
keywords:
- onos
- sdn
Expand Down
1 change: 1 addition & 0 deletions ran-simulator/files/model/model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ model:
- e2t-2
servicemodels:
- kpm
- rc
cells:
- 84325717761
- 84325717762
Expand Down
6 changes: 3 additions & 3 deletions ran-simulator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ replicaCount: 1
image:
registry: ""
repository: onosproject/ran-simulator
tag: v0.7.8
tag: v0.7.10
pullPolicy: IfNotPresent
pullSecrets: []

Expand All @@ -40,13 +40,13 @@ servicemodels:
version: 1.0.0
image:
repository: onosproject/service-model-ransim-e2sm_kpm-1.0.0
tag: v0.7.6
tag: v0.7.7
pullPolicy: IfNotPresent
- name: e2sm_rc_pre
version: 1.0.0
image:
repository: onosproject/service-model-ransim-e2sm_rc_pre-1.0.0
tag: v0.7.6
tag: v0.7.7
pullPolicy: IfNotPresent

resources: {}
Expand Down

0 comments on commit dfbc6f1

Please sign in to comment.