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 Console version
REDPANDA_CONSOLE_VERSION=v2.8.2
REDPANDA_CONSOLE_VERSION=v3.3.2
# Global registry prefix (optional, for using mirror registries)
# GLOBAL_REGISTRY=your-registry.com/

View File

@@ -76,7 +76,7 @@ docker compose exec redpanda rpk topic consume my-topic
| Variable | Default | Description |
| -------------------------------- | --------- | ------------------------------------------- |
| `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 |
| `REDPANDA_KAFKA_PORT_OVERRIDE` | `19092` | Kafka API external 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_CONSOLE_VERSION` | `v2.8.2` | Redpanda Console 版本 |
| `REDPANDA_CONSOLE_VERSION` | `v3.3.2` | Redpanda Console 版本 |
| `TZ` | `UTC` | 时区 |
| `REDPANDA_KAFKA_PORT_OVERRIDE` | `19092` | Kafka API 外部端口 |
| `REDPANDA_SCHEMA_PORT_OVERRIDE` | `18081` | Schema Registry 端口 |

View File

@@ -12,7 +12,7 @@ x-defaults: &defaults
services:
redpanda:
<<: *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:
- redpanda
- start
@@ -54,7 +54,7 @@ services:
console:
<<: *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:
- "${REDPANDA_CONSOLE_PORT_OVERRIDE:-8080}:8080"
environment: