X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=helm%2Finfrastructure%2Frequirements.yaml;h=b2fbfdb3360a81c845753a5a581ea1b393bd495b;hb=dd88b0c5be4b008722eb752353281509b3d94b1d;hp=2a935b450210d1dda5109445cc40a87cdfeb0089;hpb=4c278289d5bcb55892d99151310cb1df046f5d52;p=ric-plt%2Fric-dep.git diff --git a/helm/infrastructure/requirements.yaml b/helm/infrastructure/requirements.yaml index 2a935b4..b2fbfdb 100644 --- a/helm/infrastructure/requirements.yaml +++ b/helm/infrastructure/requirements.yaml @@ -17,7 +17,7 @@ dependencies: - name: ric-common - version: ~3.0.0 + version: ^3.1.0 repository: "@local" - name: extsvcplt version: 0.2.0 @@ -35,3 +35,11 @@ dependencies: version: 0.1.0 repository: "file://./subcharts/certificate-manager" condition: certificate-manager.enabled + - name: danm-networks + version: 1.0.0 + repository: "file://./subcharts/danm-networks" + condition: danm-networks.enabled + - name: prometheus + version: 11.3.0 + repository: "file://./subcharts/prometheus" + condition: prometheus.enabled