Skip to content

Commit 3914ff3

Browse files
committed
Update osm-seed version - add max-changes for minute replication
1 parent b928d66 commit 3914ff3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ohm/requirements.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
dependencies:
22
- name: osm-seed
3-
version: '0.1.0-0.dev.git.973.hb03b96b'
3+
version: '0.1.0-0.dev.git.976.h81b6cdf'
44
repository: https://devseed.com/osm-seed-chart/

values.staging.template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,13 +330,13 @@ osm-seed:
330330
# Variables for replication-job, Configuration to create the replication files by, minute, hour, or day
331331
# ====================================================================================================
332332
replicationJob:
333-
enabled: false
333+
enabled: true
334334
priorityClass: medium-priority
335335
serviceAccount:
336336
enabled: true
337337
name: ohm-s3-bucket-access-staging
338338
env:
339-
ENABLE_SEND_SLACK_MESSAGE: "true"
339+
ENABLE_SEND_SLACK_MESSAGE: "false"
340340
SLACK_WEBHOOK_URL: {{OHM_SLACK_WEBHOOK_URL}}
341341
resources:
342342
enabled: false

0 commit comments

Comments
 (0)