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

Adds rimedo-ts dependency to sdran umbrella chart #1069

Merged
merged 1 commit into from
Mar 8, 2022
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
6 changes: 5 additions & 1 deletion 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: 1.3.229
version: 1.3.230
appVersion: v1.3.0
keywords:
- onos
Expand Down Expand Up @@ -94,6 +94,10 @@ dependencies:
condition: import.ah-eson-test-server.enabled
repository: file://../ah-eson-test-server
version: 0.0.4
- name: rimedo-ts
condition: import.rimedo-ts.enabled
repository: file://../rimedo-ts
version: 0.0.3
- name: onos-exporter
condition: import.onos-exporter.enabled
version: 0.4.3
Expand Down
2 changes: 2 additions & 0 deletions sd-ran/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ import:
enabled: false
ah-eson-test-server:
enabled: false
rimedo-ts:
enabled: false
onos-exporter:
enabled: false

Expand Down