Skip to content

Commit

Permalink
More upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
pondzix committed Aug 19, 2024
1 parent 7b36ac1 commit 1b74dd3
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ services:
mem_limit: ${KIBANA_MEM_SIZE}

elasticsearch-loader-good:
image: snowplow/elasticsearch-loader:2.1.0-distroless
image: snowplow/elasticsearch-loader:2.1.2-distroless
container_name: elasticsearch-loader-good
command: [ "--config", "/snowplow/config/snowplow-es-loader-good.hocon" ]
restart: always
Expand All @@ -71,7 +71,7 @@ services:
mem_limit: ${SP_ES_LOADER_MEM_SIZE}

elasticsearch-loader-bad:
image: snowplow/elasticsearch-loader:2.1.0-distroless
image: snowplow/elasticsearch-loader:2.1.2-distroless
container_name: elasticsearch-loader-bad
command: [ "--config", "/snowplow/config/snowplow-es-loader-bad.hocon" ]
restart: always
Expand Down Expand Up @@ -140,7 +140,7 @@ services:
mem_limit: 64m

scala-stream-collector:
image: snowplow/scala-stream-collector-nsq:3.1.2-distroless
image: snowplow/scala-stream-collector-nsq:3.2.0-distroless
container_name: scala-stream-collector-nsq
command: [ "--config", "/snowplow/config/snowplow-stream-collector.hocon" ]
restart: always
Expand All @@ -161,7 +161,7 @@ services:
mem_limit: ${SP_COLLECTOR_MEM_SIZE}

enrich:
image: snowplow/snowplow-enrich-nsq:4.1.0-distroless
image: snowplow/snowplow-enrich-nsq:5.0.0-distroless
container_name: enrich
command: [
"--config", "/snowplow/config/snowplow-enrich.hocon",
Expand Down Expand Up @@ -202,7 +202,7 @@ services:
mem_limit: 128m

iglu-server:
image: snowplow/iglu-server:0.10.0-distroless
image: snowplow/iglu-server:0.12.1-distroless
container_name: iglu-server
command: ["--config", "/snowplow/config/iglu-server.conf"]
restart: always
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ services:
mem_limit: ${KIBANA_MEM_SIZE}

elasticsearch-loader-good:
image: snowplow/elasticsearch-loader:2.1.0-distroless
image: snowplow/elasticsearch-loader:2.1.2-distroless
container_name: elasticsearch-loader-good
command: [ "--config", "/snowplow/config/snowplow-es-loader-good.hocon" ]
restart: always
Expand All @@ -62,7 +62,7 @@ services:
mem_limit: ${SP_ES_LOADER_MEM_SIZE}

elasticsearch-loader-bad:
image: snowplow/elasticsearch-loader:2.1.0-distroless
image: snowplow/elasticsearch-loader:2.1.2-distroless
container_name: elasticsearch-loader-bad
command: [ "--config", "/snowplow/config/snowplow-es-loader-bad.hocon" ]
restart: always
Expand Down Expand Up @@ -119,7 +119,7 @@ services:
mem_limit: 64m

scala-stream-collector:
image: snowplow/scala-stream-collector-nsq:3.1.2-distroless
image: snowplow/scala-stream-collector-nsq:3.2.0-distroless
container_name: scala-stream-collector-nsq
command: [ "--config", "/snowplow/config/snowplow-stream-collector.hocon" ]
restart: always
Expand All @@ -137,7 +137,7 @@ services:
mem_limit: ${SP_COLLECTOR_MEM_SIZE}

enrich:
image: snowplow/snowplow-enrich-nsq:4.1.0-distroless
image: snowplow/snowplow-enrich-nsq:5.0.0-distroless
container_name: enrich
command: [
"--config", "/snowplow/config/snowplow-enrich.hocon",
Expand Down Expand Up @@ -172,7 +172,7 @@ services:
mem_limit: 128m

iglu-server:
image: snowplow/iglu-server:0.10.0-distroless
image: snowplow/iglu-server:0.12.1-distroless
container_name: iglu-server
command: ["--config", "/snowplow/config/iglu-server.conf"]
restart: always
Expand Down
12 changes: 6 additions & 6 deletions provisioning/resources/ui/js/components/Overview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ export class Overview extends React.Component<{}, {}> {
</ul>
<h3>The software stack installed: </h3>
<ul>
<li><b>Snowplow Mini 0.20.1</b></li>
<li>Snowplow Stream Collector NSQ 3.1.2</li>
<li>Snowplow Stream Enrich NSQ 4.1.0</li>
<li>Snowplow Elasticsearch Loader 2.1.0</li>
<li>Snowplow Iglu Server 0.10.0</li>
<li><b>Snowplow Mini 0.20.2-rc</b></li>
<li>Snowplow Stream Collector NSQ 3.2.0</li>
<li>Snowplow Stream Enrich NSQ 5.0.0</li>
<li>Snowplow Elasticsearch Loader 2.1.2</li>
<li>Snowplow Iglu Server 0.12.1</li>
<li>Postgres 15.1</li>
<li>NSQ v1.2.1</li>
<li>NSQ v1.3.0</li>
<li>Opensearch 2.4.0</li>
<li>Opensearch Dashboards 2.4.0</li>
<li>cAdvisor 0.43.0</li>
Expand Down
10 changes: 5 additions & 5 deletions provisioning/roles/docker/files/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ services:
mem_limit: ${KIBANA_MEM_SIZE}

elasticsearch-loader-good:
image: snowplow/elasticsearch-loader:2.1.0-distroless
image: snowplow/elasticsearch-loader:2.1.2-distroless
container_name: elasticsearch-loader-good
command: [ "--config", "/snowplow/config/snowplow-es-loader-good.hocon" ]
restart: always
Expand All @@ -68,7 +68,7 @@ services:
mem_limit: ${SP_ES_LOADER_MEM_SIZE}

elasticsearch-loader-bad:
image: snowplow/elasticsearch-loader:2.1.0-distroless
image: snowplow/elasticsearch-loader:2.1.2-distroless
container_name: elasticsearch-loader-bad
command: [ "--config", "/snowplow/config/snowplow-es-loader-bad.hocon" ]
restart: always
Expand Down Expand Up @@ -133,7 +133,7 @@ services:
mem_limit: 64m

scala-stream-collector:
image: snowplow/scala-stream-collector-nsq:3.1.2-distroless
image: snowplow/scala-stream-collector-nsq:3.2.0-distroless
container_name: scala-stream-collector-nsq
command: [ "--config", "/snowplow/config/snowplow-stream-collector.hocon" ]
restart: always
Expand All @@ -153,7 +153,7 @@ services:
mem_limit: ${SP_COLLECTOR_MEM_SIZE}

enrich:
image: snowplow/snowplow-enrich-nsq:4.1.0-distroless
image: snowplow/snowplow-enrich-nsq:5.0.0-distroless
container_name: enrich
command: [
"--config", "/snowplow/config/snowplow-enrich.hocon",
Expand Down Expand Up @@ -192,7 +192,7 @@ services:
mem_limit: 128m

iglu-server:
image: snowplow/iglu-server:0.10.0-distroless
image: snowplow/iglu-server:0.12.1-distroless
container_name: iglu-server
command: ["--config", "/snowplow/config/iglu-server.conf"]
restart: always
Expand Down

0 comments on commit 1b74dd3

Please sign in to comment.