Skip to content

Commit

Permalink
Merge pull request #78 from opensrp/update-envs
Browse files Browse the repository at this point in the history
Add missing envs
  • Loading branch information
peterMuriuki authored Jun 30, 2023
2 parents dcd948a + 6824cac commit 31f56e5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/opensrp-web/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 4 additions & 0 deletions charts/opensrp-web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` | | `""` |
Expand Down
4 changes: 4 additions & 0 deletions charts/opensrp-web/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down

0 comments on commit 31f56e5

Please sign in to comment.