Skip to content

Commit

Permalink
Bump Iglu Server to 0.10.0 (close #384)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjben committed May 25, 2023
1 parent 6e3920b commit 4df4aee
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ services:
mem_limit: 128m

iglu-server:
image: snowplow/iglu-server:0.9.0-distroless
image: snowplow/iglu-server:0.10.0-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 @@ -169,7 +169,7 @@ services:
mem_limit: 128m

iglu-server:
image: snowplow/iglu-server:0.9.0-distroless
image: snowplow/iglu-server:0.10.0-distroless
container_name: iglu-server
command: ["--config", "/snowplow/config/iglu-server.conf"]
restart: always
Expand Down
2 changes: 1 addition & 1 deletion provisioning/resources/ui/js/components/Overview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export class Overview extends React.Component<{}, {}> {
<li>Snowplow Stream Collector NSQ 2.8.2</li>
<li>Snowplow Stream Enrich NSQ 3.8.0</li>
<li>Snowplow Elasticsearch Loader 2.1.0</li>
<li>Snowplow Iglu Server 0.9.0</li>
<li>Snowplow Iglu Server 0.10.0</li>
<li>Postgres 15.1</li>
<li>NSQ v1.2.1</li>
<li>Opensearch 2.4.0</li>
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 @@ -189,7 +189,7 @@ services:
mem_limit: 128m

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

0 comments on commit 4df4aee

Please sign in to comment.