execute these commands to generate helm chart
helm lint bankly-curity
helm package bankly-curity
helm repo index --url https://acesso-bankly.github.io/bankly-helm-chart .
helm install deploy-bankly-product ./bankly-product --dry-run --debug
helm upgrade -f .\stepllader-values.yaml --set isCanary=false,environment="production" -i "namespace.service-name" bankly-helm/bankly-product --dry-run --debug
helm repo add bankly-helm https://acesso-bankly.github.io/bankly-helm-chart
```