Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions light-get-started.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
# It depends on PostgreSQL. Here, we depend on Redpanda only for our get-started.
# https://docs.conduktor.io/platform/get-started/configuration/introduction/
conduktor-console:
image: conduktor/conduktor-console:1.34.1
image: conduktor/conduktor-console:1.34.2
ports:
- "8080:8080"
volumes:
Expand Down Expand Up @@ -61,7 +61,7 @@ services:
# It is optional.
# https://docs.conduktor.io/platform/get-started/configuration/cortex/
conduktor-monitoring:
image: conduktor/conduktor-console-cortex:1.34.1
image: conduktor/conduktor-console-cortex:1.34.2
environment:
CDK_CONSOLE-URL: "http://conduktor-console:8080"
# We use Redpanda to start with Kafka as it's small and efficient.
Expand Down
4 changes: 2 additions & 2 deletions quick-start-m4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
# It depends on PostgreSQL. Here, we depend on Redpanda only for our get-started.
# https://docs.conduktor.io/platform/get-started/configuration/introduction/
conduktor-console:
image: conduktor/conduktor-console:1.34.1
image: conduktor/conduktor-console:1.34.2
ports:
- "8080:8080"
volumes:
Expand Down Expand Up @@ -97,7 +97,7 @@ services:
# It is optional.
# https://docs.conduktor.io/platform/get-started/configuration/cortex/
conduktor-monitoring:
image: conduktor/conduktor-console-cortex:1.34.1
image: conduktor/conduktor-console-cortex:1.34.2
environment:
CDK_CONSOLE-URL: "http://conduktor-console:8080"
# We use Redpanda to get started with Kafka as it's small and efficient.
Expand Down
4 changes: 2 additions & 2 deletions quick-start.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
# It depends on PostgreSQL. Here, we depend on Redpanda only for our get-started.
# https://docs.conduktor.io/platform/get-started/configuration/introduction/
conduktor-console:
image: conduktor/conduktor-console:1.34.1
image: conduktor/conduktor-console:1.34.2
ports:
- "8080:8080"
volumes:
Expand Down Expand Up @@ -96,7 +96,7 @@ services:
# It is optional.
# https://docs.conduktor.io/platform/get-started/configuration/cortex/
conduktor-monitoring:
image: conduktor/conduktor-console-cortex:1.34.1
image: conduktor/conduktor-console-cortex:1.34.2
environment:
CDK_CONSOLE-URL: "http://conduktor-console:8080"
# We use Redpanda to get started with Kafka as it's small and efficient.
Expand Down
4 changes: 2 additions & 2 deletions simple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
timeout: 5s
retries: 5
conduktor-console:
image: conduktor/conduktor-console:1.34.1
image: conduktor/conduktor-console:1.34.2
ports:
- "8080:8080"
volumes:
Expand All @@ -31,7 +31,7 @@ services:
postgresql:
condition: service_healthy
conduktor-monitoring:
image: conduktor/conduktor-console-cortex:1.34.1
image: conduktor/conduktor-console-cortex:1.34.2
environment:
CDK_CONSOLE-URL: "http://conduktor-console:8080"
volumes:
Expand Down