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

Improve Charts file to directly point to dependencies (file://) instead of using links (https://) #24

Merged
merged 1 commit into from May 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
17 changes: 6 additions & 11 deletions sdcore-helm-charts/Chart.yaml
Expand Up @@ -10,7 +10,7 @@ name: sd-core
description: SD-Core control plane services
icon: https://guide.opencord.org/logos/cord.svg
type: application
version: 1.0.1
version: 1.0.2
home: https://opennetworking.org/sd-core/
maintainers:
- name: SD-Core Support
Expand All @@ -19,31 +19,26 @@ maintainers:
dependencies:
- name: omec-control-plane
version: 0.13.0
repository: https://charts.aetherproject.org
#repository: "file://../omec-control-plane"
repository: "file://../omec-control-plane"
condition: omec-control-plane.enable4G

- name: omec-sub-provision
version: 1.0.0
repository: https://charts.aetherproject.org
#repository: "file://../omec-sub-provision"
repository: "file://../omec-sub-provision"
condition: omec-sub-provision.enable

- name: 5g-control-plane
version: 1.0.1
repository: https://charts.aetherproject.org
#repository: "file://../5g-control-plane"
repository: "file://../5g-control-plane"
condition: 5g-control-plane.enable5G

- name: bess-upf
version: 1.0.0
repository: https://charts.aetherproject.org
#repository: "file://../bess-upf"
repository: "file://../bess-upf"
alias: omec-user-plane
condition: omec-user-plane.enable

- name: 5g-ran-sim
version: 1.0.0
thakurajayL marked this conversation as resolved.
Show resolved Hide resolved
repository: https://charts.aetherproject.org
#repository: "file://../5g-ran-sim"
repository: "file://../5g-ran-sim"
condition: 5g-ran-sim.enable