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

Use version 1.0.33 of the e2t chart #583

Merged
merged 1 commit into from
Jun 18, 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
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: 1.1.50
version: 1.1.51
appVersion: v1.1.2
keywords:
- onos
Expand All @@ -25,7 +25,7 @@ dependencies:
- name: onos-e2t
condition: import.onos-e2t.enabled
repository: "@sdran"
version: 1.0.32
version: 1.0.33
- name: onos-e2sub
condition: import.onos-e2sub.enabled
repository: "@sdran"
Expand Down
8 changes: 4 additions & 4 deletions sd-ran/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,25 +175,25 @@ onos-e2t:
version: 1.0.0
image:
repository: onosproject/service-model-docker-e2sm_kpm-1.0.0
tag: v0.7.39
tag: v0.7.41
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.39
tag: v0.7.41
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.39
tag: v0.7.41
pullPolicy: IfNotPresent
- name: e2sm_mho
version: 1.0.0
image:
repository: onosproject/service-model-docker-e2sm_mho-1.0.0
tag: v0.7.39
tag: v0.7.41
pullPolicy: IfNotPresent

onos-e2sub:
Expand Down