X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-infra%2F30-Kong%2Fbin%2Finstall;h=518fd44f69009643b5f8edb16a350fa61c9a6133;hb=refs%2Fchanges%2F34%2F1234%2F9;hp=19eaf5df7bebd9cd5df15625b3dd6e5087ff0e2d;hpb=2df61c2fcf64b32ecf7f064ef9cbbe6b54a15bc0;p=it%2Fdep.git diff --git a/ric-infra/30-Kong/bin/install b/ric-infra/30-Kong/bin/install index 19eaf5df..518fd44f 100755 --- a/ric-infra/30-Kong/bin/install +++ b/ric-infra/30-Kong/bin/install @@ -55,13 +55,9 @@ COMPONENTS=${LIST_OF_COMPONENTS:-"kong"} echo "Deploying RIC infra components [$COMPONENTS]" -COMMON_CHART_VERSION=$(cat $DIR/../../../ric-common/Common-Template/helm/ric-common/Chart.yaml | grep version | awk '{print $2}') -helm package -d /tmp $DIR/../../../ric-common/Common-Template/helm/ric-common for component in $COMPONENTS; do - mkdir -p $DIR/../helm/$component/charts/ - cp /tmp/ric-common-$COMMON_CHART_VERSION.tgz $DIR/../helm/$component/charts/ helm install -f $OVERRIDEYAML --namespace "${NAMESPACE}" --name "${RELEASE_PREFIX}-$component" $DIR/../helm/$component done