11# hyperswitch-web
22
3- ![ Version: 0.2.13 ] ( https://img.shields.io/badge/Version-0.2.13 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.126.0] ( https://img.shields.io/badge/AppVersion-0.126.0-informational?style=flat-square )
3+ ![ Version: 0.2.14 ] ( https://img.shields.io/badge/Version-0.2.14 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.126.0] ( https://img.shields.io/badge/AppVersion-0.126.0-informational?style=flat-square )
44
55Helm chart for Hyperswitch SDK static Server. This chart allow end user to deploy standalone
66[ SDK] ( https://github.com/juspay/hyperswitch-web ) with different way:
1515
1616| Key | Type | Default | Description |
1717| -----| ------| ---------| -------------|
18- | autoBuild.buildImage | string | ` "juspaydotin/hyperswitch-web" ` | docker image to use for the build |
19- | autoBuild.buildImageRegistry | string | ` "docker.juspay.io" ` | docker image registry for the build |
2018| autoBuild.buildParam.disableCSP | string | ` "false" ` | |
2119| autoBuild.buildParam.envBackendUrl | string | ` "https://hyperswitch" ` | node build parameter, hyperswitch server host |
2220| autoBuild.buildParam.envLogsUrl | string | ` "https://hyperswitch-sdk-logs" ` | node build parameter, hyperswitch SDK logs host |
@@ -25,11 +23,14 @@ assets
2523| autoBuild.forceBuild | bool | ` false ` | force rebuild assets even these files exist |
2624| autoBuild.gitCloneParam.gitRepo | string | ` "https://github.com/juspay/hyperswitch-web" ` | hyperswitch-web repository |
2725| autoBuild.gitCloneParam.gitVersion | string | ` "0.126.0" ` | hyperswitch-web repository tag |
28- | autoBuild.nginxConfig.buildImageRegistry | string | ` "docker.io" ` | docker image registry for the build |
26+ | autoBuild.image | string | ` "juspaydotin/hyperswitch-web" ` | docker image to use for the build |
27+ | autoBuild.imageRegistry | string | ` "docker.juspay.io" ` | docker image registry for the build |
2928| autoBuild.nginxConfig.extraPath | string | ` "v1" ` | nginx static server extra path ( like https://<host >/0.15.8/v0 ) |
3029| autoBuild.nginxConfig.image | string | ` "nginx" ` | nginx static server image |
30+ | autoBuild.nginxConfig.imageRegistry | string | ` "docker.io" ` | docker image registry for the build |
3131| autoBuild.nginxConfig.pullPolicy | string | ` "IfNotPresent" ` | nginx static server pull policy |
3232| autoBuild.nginxConfig.tag | string | ` "1.25.3" ` | nginx static server tag |
33+ | autoBuild.pullPolicy | string | ` "IfNotPresent" ` | docker image pull policy |
3334| env | object | ` {"enableLogging":"false","sdkEnv":"sandbox","sdkTagVersion":"","sdkVersion":"v1","sentryDsn":"","visaApiCertificatePem":"","visaApiKeyId":""} ` | Environment variables for hyperswitch-web application |
3435| env.enableLogging | string | ` "false" ` | Enable/disable logging |
3536| env.sdkEnv | string | ` "sandbox" ` | hyperswitch-web environment (sandbox/prod) |
0 commit comments