Skip to content

Commit

Permalink
update redpanda console
Browse files Browse the repository at this point in the history
  • Loading branch information
gschmutz committed Jan 20, 2025
1 parent 5b3825c commit 9091a4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4275,7 +4275,7 @@ services:
{% if ((KAFKA_enable or external['KAFKA_enable']) and REDPANDA_CONSOLE_enable) | default(false) %}
# ================================== Redpanda Console ========================================== #
redpanda-console:
image: docker.redpanda.com/vectorized/console:{{__REDPANDA_CONSOLE_version}}
image: docker.redpanda.com/redpandadata/console:{{__REDPANDA_CONSOLE_version}}
container_name: redpanda-console
hostname: redpanda-console
labels:
Expand Down

0 comments on commit 9091a4c

Please sign in to comment.