Skip to content
Merged
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
2 changes: 1 addition & 1 deletion chart/bitnami/demo-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ global:
image:
registry: automqinc
repository: automq
tag: 1.5.3-rc0-bitnami
tag: 1.5.3-bitnami
pullPolicy: Always
extraEnvVars:
- name: AWS_ACCESS_KEY_ID
Expand Down
6 changes: 3 additions & 3 deletions docker/docker-compose-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ services:
# Three nodes for AutoMQ cluster
server1:
container_name: "automq-server1"
image: automqinc/automq:1.5.3-rc0
image: automqinc/automq:1.5.3
stop_grace_period: 1m
environment:
<<: *common-env
Expand All @@ -94,7 +94,7 @@ services:

server2:
container_name: "automq-server2"
image: automqinc/automq:1.5.3-rc0
image: automqinc/automq:1.5.3
stop_grace_period: 1m
environment:
<<: *common-env
Expand All @@ -120,7 +120,7 @@ services:

server3:
container_name: "automq-server3"
image: automqinc/automq:1.5.3-rc0
image: automqinc/automq:1.5.3
stop_grace_period: 1m
environment:
<<: *common-env
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ services:
# Single node with combined controller and broker roles
server1:
container_name: "automq-single-server"
image: automqinc/automq:1.5.3-rc0
image: automqinc/automq:1.5.3
stop_grace_period: 1m
environment:
- KAFKA_S3_ACCESS_KEY=minioadmin
Expand Down
2 changes: 1 addition & 1 deletion docker/table_topic/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ services:
"
automq:
container_name: "automq"
image: automqinc/automq:1.5.3-rc0
image: automqinc/automq:1.5.3
stop_grace_period: 1m
networks:
iceberg_net:
Expand Down
Loading