Skip to content

Commit

Permalink
reverted change in configmap on kavach-web
Browse files Browse the repository at this point in the history
  • Loading branch information
deshetti committed Mar 10, 2021
1 parent 7a017b1 commit 42af637
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/kavach/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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.6.1
version: 0.6.2

# 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
Expand Down
2 changes: 1 addition & 1 deletion charts/kavach/templates/web/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ data:
config.js: |-
window.REACT_APP_KRATOS_PUBLIC_URL = 'https://kratos.factly.org';
window.REACT_APP_API_URL = 'https://kavach-server.factly.org';
window.REACT_APP_KAVACH_PUBLIC_URL = 'https://kavach.factly.org';
window.PUBLIC_URL = 'https://kavach.factly.org';
window.REACT_APP_DEGA_PUBLIC_URL = 'https://dega.factly.org';
window.REACT_APP_BINDU_PUBLIC_URL = 'https://bindu.factly.org';
window.REACT_APP_COMPANION_URL = "https://companion.factly.org";

0 comments on commit 42af637

Please sign in to comment.