Skip to content

Commit

Permalink
Enable osmcha - staging
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Jan 29, 2025
1 parent f950aa9 commit c73182e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ohm/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dependencies:
- name: osm-seed
version: '0.1.0-n809.hbe97794'
version: '0.1.0-n805.h6ba3da9'
repository: https://devseed.com/osm-seed-chart/
10 changes: 6 additions & 4 deletions values.staging.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -879,15 +879,15 @@ osm-seed:
# Variables for osmcha web
# ====================================================================================================
osmchaWeb:
enabled: false
enabled: true
# ====================================================================================================
# Variables for osmcha Api, We hard code the container id.
# ====================================================================================================
osmchaApi:
enabled: false
enabled: true
image:
name: "ghcr.io/openhistoricalmap/osmcha-django"
tag: "a1bcea85dc1f7c27566c20bafe7fff7aaa1e38a4"
tag: "upstream_main"
ingressDomain: osmcha.staging.openhistoricalmap.org
env:
DJANGO_SETTINGS_MODULE: "config.settings.production"
Expand All @@ -907,6 +907,8 @@ osm-seed:
REACT_APP_OVERPASS_BASE: //overpass-api.openhistoricalmap.org/api/interpreter
REACT_APP_ENABLE_REAL_CHANGESETS: 0
REACT_APP_MAPBOX_ACCESS_TOKEN: {{STAGING_OSMCHA_REACT_APP_MAPBOX_ACCESS_TOKEN}}
SOCIAL_AUTH_OPENSTREETMAP_OAUTH2_KEY: "none"
SOCIAL_AUTH_OPENSTREETMAP_OAUTH2_SECRET: "none"
resources:
enabled: false
requests:
Expand All @@ -923,7 +925,7 @@ osm-seed:
# Variables for osmcha DB
# ====================================================================================================
osmchaDb:
enabled: false
enabled: true
image:
name: "developmentseed/osmseed-osmcha-db"
tag: "0.1.0-n767.h0090e97"
Expand Down

0 comments on commit c73182e

Please sign in to comment.