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 081bbf8 commit 2d66c07
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,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
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,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
4 changes: 4 additions & 0 deletions provisioning/resources/configs/snowplow-enrich.hocon
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"license": {
"accept": true
}

"input": {
"topic": "RawEvents"
"lookupHost": "nsqlookupd"
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 2d66c07

Please sign in to comment.