From 4d848bb463701c0c34cf34f8fcab636799a764ef Mon Sep 17 00:00:00 2001 From: selmankoc Date: Thu, 11 Aug 2022 11:18:14 +0300 Subject: [PATCH] Update README.md --- etc/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/etc/README.md b/etc/README.md index 7aef9b19..f1978493 100644 --- a/etc/README.md +++ b/etc/README.md @@ -32,6 +32,18 @@ helm upgrade --install --version=4.0.19 ingress-nginx ingress-nginx/ingress-ngin 127.0.0.1 eshop-st-gateway-web 127.0.0.1 eshop-st-gateway-web-public ```` +Once Helm is set up properly, add the repo as follows: + +```console +helm repo add eshoponabp https://abpframework.github.io/abp-charts/ +``` +You can then run `helm search repo eshoponabp` to see the charts. + +```console + helm install eshop-st eshoponabp/eshoponabp +``` + +OR * Run `build-images.ps1` or `build-images.sh` in the `build` directory. * Run `deploy-staging.ps1` or `deploy-staging.sh` in the `helm-chart` directory. It is deployed with the `eshop` namespace.