Skip to content

Commit

Permalink
Bump enrich to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pondzix committed Mar 4, 2024
1 parent 3076b2a commit 2851f28
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion provisioning/resources/configs/snowplow-stream-enrich.hocon
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
# configuration options for Stream Enrich.

enrich {

"license": {
"accept": true
}

streams {

in {
Expand Down
2 changes: 1 addition & 1 deletion provisioning/roles/docker/files/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ services:
mem_limit: ${SP_COLLECTOR_MEM_SIZE}

enrich:
image: snowplow/snowplow-enrich-nsq:3.8.3-distroless
image: snowplow/snowplow-enrich-nsq:4.1.0-distroless
container_name: enrich
command: [
"--config", "/snowplow/config/snowplow-enrich.hocon",
Expand Down

0 comments on commit 2851f28

Please sign in to comment.