chore: update redpanda

This commit is contained in:
Sun-ZhenXing
2025-12-05 11:33:35 +08:00
parent 3cc5acafbd
commit 0b11022ef8
4 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
REDPANDA_VERSION=v24.3.1 REDPANDA_VERSION=v24.3.1
# Redpanda Console version # Redpanda Console version
REDPANDA_CONSOLE_VERSION=v2.8.2 REDPANDA_CONSOLE_VERSION=v3.3.2
# Global registry prefix (optional, for using mirror registries) # Global registry prefix (optional, for using mirror registries)
# GLOBAL_REGISTRY=your-registry.com/ # GLOBAL_REGISTRY=your-registry.com/

View File

@@ -76,7 +76,7 @@ docker compose exec redpanda rpk topic consume my-topic
| Variable | Default | Description | | Variable | Default | Description |
| -------------------------------- | --------- | ------------------------------------------- | | -------------------------------- | --------- | ------------------------------------------- |
| `REDPANDA_VERSION` | `v24.3.1` | Redpanda version | | `REDPANDA_VERSION` | `v24.3.1` | Redpanda version |
| `REDPANDA_CONSOLE_VERSION` | `v2.8.2` | Redpanda Console version | | `REDPANDA_CONSOLE_VERSION` | `v3.3.2` | Redpanda Console version |
| `TZ` | `UTC` | Timezone | | `TZ` | `UTC` | Timezone |
| `REDPANDA_KAFKA_PORT_OVERRIDE` | `19092` | Kafka API external port | | `REDPANDA_KAFKA_PORT_OVERRIDE` | `19092` | Kafka API external port |
| `REDPANDA_SCHEMA_PORT_OVERRIDE` | `18081` | Schema Registry port | | `REDPANDA_SCHEMA_PORT_OVERRIDE` | `18081` | Schema Registry port |

View File

@@ -76,7 +76,7 @@ docker compose exec redpanda rpk topic consume my-topic
| 变量 | 默认值 | 说明 | | 变量 | 默认值 | 说明 |
| -------------------------------- | --------- | ------------------------------------------- | | -------------------------------- | --------- | ------------------------------------------- |
| `REDPANDA_VERSION` | `v24.3.1` | Redpanda 版本 | | `REDPANDA_VERSION` | `v24.3.1` | Redpanda 版本 |
| `REDPANDA_CONSOLE_VERSION` | `v2.8.2` | Redpanda Console 版本 | | `REDPANDA_CONSOLE_VERSION` | `v3.3.2` | Redpanda Console 版本 |
| `TZ` | `UTC` | 时区 | | `TZ` | `UTC` | 时区 |
| `REDPANDA_KAFKA_PORT_OVERRIDE` | `19092` | Kafka API 外部端口 | | `REDPANDA_KAFKA_PORT_OVERRIDE` | `19092` | Kafka API 外部端口 |
| `REDPANDA_SCHEMA_PORT_OVERRIDE` | `18081` | Schema Registry 端口 | | `REDPANDA_SCHEMA_PORT_OVERRIDE` | `18081` | Schema Registry 端口 |

View File

@@ -12,7 +12,7 @@ x-defaults: &defaults
services: services:
redpanda: redpanda:
<<: *defaults <<: *defaults
image: ${GLOBAL_REGISTRY:-}docker.redpanda.com/redpandadata/redpanda:${REDPANDA_VERSION:-v24.3.1} image: ${GLOBAL_REGISTRY:-}redpandadata/redpanda:${REDPANDA_VERSION:-v24.3.1}
command: command:
- redpanda - redpanda
- start - start
@@ -54,7 +54,7 @@ services:
console: console:
<<: *defaults <<: *defaults
image: ${GLOBAL_REGISTRY:-}docker.redpanda.com/redpandadata/console:${REDPANDA_CONSOLE_VERSION:-v2.8.2} image: ${GLOBAL_REGISTRY:-}redpandadata/console:${REDPANDA_CONSOLE_VERSION:-v3.3.2}
ports: ports:
- "${REDPANDA_CONSOLE_PORT_OVERRIDE:-8080}:8080" - "${REDPANDA_CONSOLE_PORT_OVERRIDE:-8080}:8080"
environment: environment: