X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=ric-aux%2F80-Auxiliary-Functions%2Fhelm%2Fkong%2Fcharts%2Fkong%2Frequirements.yaml;fp=ric-aux%2F80-Auxiliary-Functions%2Fhelm%2Fkong%2Fcharts%2Fkong%2Frequirements.yaml;h=9d2cccb6790940d9067c18d5a897adbe6e1f748a;hb=c3993d1b897672cba96a53605d0d5d8788518536;hp=0000000000000000000000000000000000000000;hpb=581a3a371b3d0adfb6d9c831ad6877c3e07df0cd;p=it%2Fdep.git diff --git a/ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/requirements.yaml b/ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/requirements.yaml new file mode 100755 index 00000000..9d2cccb6 --- /dev/null +++ b/ric-aux/80-Auxiliary-Functions/helm/kong/charts/kong/requirements.yaml @@ -0,0 +1,9 @@ +dependencies: +- name: postgresql + version: ~3.9.1 + repository: https://kubernetes-charts.storage.googleapis.com/ + condition: postgresql.enabled +- name: cassandra + version: ~0.10.5 + repository: https://kubernetes-charts-incubator.storage.googleapis.com/ + condition: cassandra.enabled