X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=README.md;h=3f150874a9f05cf93f8742ba0173b28fbf313ab1;hb=refs%2Fheads%2Fe-release;hp=aae2c5ce126e148a3a509b3700a7a5f9e980e624;hpb=d14329a57d8d01d443e4158fa5030a5b5ada4060;p=pti%2Fo2.git diff --git a/README.md b/README.md index aae2c5c..3f15087 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,9 @@ kubectl get pods -A ```sh helm repo add chartmuseum https://chartmuseum.github.io/charts +helm repo update +helm pull chartmuseum/chartmuseum # download chartmuseum-3.4.0.tgz to local +tar zxvf chartmuseum-3.4.0.tgz export NODE_IP= @@ -143,6 +146,7 @@ service: type: NodePort nodePort: 30330 EOF + helm install chartmuseumrepo chartmuseum/chartmuseum -f chartmuseum-override.yaml kubectl get pods Kubectl get services