diff --git a/charts/opensrp-web/Chart.yaml b/charts/opensrp-web/Chart.yaml index 344f192..5a01415 100644 --- a/charts/opensrp-web/Chart.yaml +++ b/charts/opensrp-web/Chart.yaml @@ -19,10 +19,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.8.0 +version: 0.8.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v2.3.1" +appVersion: "v2.3.9" diff --git a/charts/opensrp-web/README.md b/charts/opensrp-web/README.md index 72bb78a..aca3549 100644 --- a/charts/opensrp-web/README.md +++ b/charts/opensrp-web/README.md @@ -198,6 +198,10 @@ The following table lists the configurable parameters of the Opensrp-web chart a | `reactEnvironmentVariables.REACT_APP_ENABLE_FHIR_GROUP` | | `"false"` | | `reactEnvironmentVariables.REACT_APP_OPENSRP_OAUTH_SCOPES` | | `"openid,profile"` | | `reactEnvironmentVariables.REACT_APP_ENABLE_FHIR_COMMODITY` | | `"false"` | +| `reactEnvironmentVariables.REACT_APP_COMMODITIES_LIST_RESOURCE_ID` | | `""` | +| `reactEnvironmentVariables.REACT_APP_ENABLE_FORM_CONFIGURATION` | | `"false"` | +| `reactEnvironmentVariables.REACT_APP_NAVBAR_BRAND_IMG_SRC` | | `"https://github.com/OpenSRP/opensrp-web/raw/master/clients/core/src/assets/images/logo.png"` | +| `reactEnvironmentVariables.REACT_APP_DEFAULT_TIME` | | `"T00:00:00+00:00"` | | `sharedVars.keycloakUrl` | | `""` | | `sharedVars.appDomainName` | | `""` | | `sharedVars.opensrpClientId` | | `""` | diff --git a/charts/opensrp-web/values.yaml b/charts/opensrp-web/values.yaml index 2c6d9f6..99ac789 100644 --- a/charts/opensrp-web/values.yaml +++ b/charts/opensrp-web/values.yaml @@ -173,6 +173,10 @@ reactEnvironmentVariables: REACT_APP_ENABLE_REPORTS: "false" REACT_APP_ENABLE_FHIR_GROUP: "false" REACT_APP_ENABLE_FHIR_COMMODITY: "false" + REACT_APP_COMMODITIES_LIST_RESOURCE_ID: "" + REACT_APP_ENABLE_FORM_CONFIGURATION: "false" + REACT_APP_NAVBAR_BRAND_IMG_SRC: "https://github.com/OpenSRP/opensrp-web/raw/master/clients/core/src/assets/images/logo.png" + REACT_APP_DEFAULT_TIME: "T00:00:00+00:00" sharedVars: keycloakUrl: ""