Skip to content

Commit

Permalink
Update osm-seed version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Sep 12, 2023
1 parent 219618c commit abb0b24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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-n775.hce23b13'
version: '0.1.0-n777.h6a15ed5'
repository: https://devseed.com/osm-seed-chart/
6 changes: 3 additions & 3 deletions values.staging.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ osm-seed:
# Variables for changeset-replication-job, Configuration to create the replication files by, minute, hour, or day
# ====================================================================================================
osmchaWeb:
enabled: false
enabled: true
env:
OSM_SERVER_URL: 'https://staging.openhistoricalmap.org'
DJANGO_CACHES: "{'default': {'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache', 'LOCATION': '127.0.0.1:11211'}}"
Expand Down Expand Up @@ -743,7 +743,7 @@ osm-seed:
# Variables for changeset-replication-job, Configuration to create the replication files by, minute, hour, or day
# ====================================================================================================
osmchaDb:
enabled: false
enabled: true
env:
POSTGRES_DB: {{STAGING_OSMCHA_PG_DATABASE}}
POSTGRES_USER: {{STAGING_OSMCHA_PG_USER}}
Expand All @@ -757,7 +757,7 @@ osm-seed:
memory: '24Gi'
cpu: '10'
persistenceDisk:
enabled: true
enabled: false
accessMode: ReadWriteOnce
mountPath: /var/lib/postgresql/data
# Minikube
Expand Down

0 comments on commit abb0b24

Please sign in to comment.