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

Release sdran_1.2.103 #817

Merged
merged 1 commit into from
Aug 10, 2021
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: 3 additions & 3 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: 1.2.102
version: 1.2.103
appVersion: v1.2.0
keywords:
- onos
Expand All @@ -25,7 +25,7 @@ dependencies:
- name: onos-e2t
condition: import.onos-e2t.enabled
repository: "@sdran"
version: 1.0.46
version: 1.1.1
- name: onos-o1t
condition: import.onos-o1t.enabled
repository: "@sdran"
Expand Down Expand Up @@ -54,7 +54,7 @@ dependencies:
- name: ran-simulator
condition: import.ran-simulator.enabled
repository: "@sdran"
version: 1.0.74
version: 1.1.1
- name: onos-cli
condition: import.onos-cli.enabled
repository: https://charts.onosproject.org
Expand Down
8 changes: 4 additions & 4 deletions sd-ran/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,25 +177,25 @@ onos-e2t:
version: 1.0.0
image:
repository: onosproject/service-model-docker-e2sm_kpm-1.0.0
tag: v0.7.51
tag: v0.7.53
pullPolicy: IfNotPresent
- name: e2sm_rc_pre
version: 1.0.0
image:
repository: onosproject/service-model-docker-e2sm_rc_pre-1.0.0
tag: v0.7.51
tag: v0.7.53
pullPolicy: IfNotPresent
- name: e2sm_kpm_v2
version: 1.0.0
image:
repository: onosproject/service-model-docker-e2sm_kpm_v2-1.0.0
tag: v0.7.51
tag: v0.7.53
pullPolicy: IfNotPresent
- name: e2sm_mho
version: 1.0.0
image:
repository: onosproject/service-model-docker-e2sm_mho-1.0.0
tag: v0.7.51
tag: v0.7.53
pullPolicy: IfNotPresent


Expand Down