Skip to content

Commit

Permalink
fix: Replaced Redpanda Vectorized Docker URLs (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
stanbrub authored Dec 12, 2024
1 parent 674101c commit 4973ffc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/resources/adhoc-benchmark-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
- PLAINTEXT://redpanda:29092,OUTSIDE://localhost:9092
- --pandaproxy-addr 0.0.0.0:8082
- --advertise-pandaproxy-addr redpanda:8082
image: docker.redpanda.com/vectorized/redpanda:v23.2.22
image: redpandadata/redpanda:v24.1.2
ports:
- 8081:8081
- 8082:8082
Expand Down
2 changes: 1 addition & 1 deletion .github/resources/compare-benchmark-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
- PLAINTEXT://redpanda:29092,OUTSIDE://localhost:9092
- --pandaproxy-addr 0.0.0.0:8082
- --advertise-pandaproxy-addr redpanda:8082
image: docker.redpanda.com/vectorized/redpanda:v23.2.22
image: redpandadata/redpanda:v24.1.2
ports:
- 8081:8081
- 8082:8082
Expand Down
2 changes: 1 addition & 1 deletion .github/resources/integration-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
- PLAINTEXT://redpanda:29092,OUTSIDE://localhost:9092
- --pandaproxy-addr 0.0.0.0:8082
- --advertise-pandaproxy-addr redpanda:8082
image: docker.redpanda.com/vectorized/redpanda:v23.2.22
image: redpandadata/redpanda:v24.1.2
ports:
- 8081:8081
- 8082:8082
Expand Down
2 changes: 1 addition & 1 deletion .github/resources/nightly-benchmark-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
- PLAINTEXT://redpanda:29092,OUTSIDE://localhost:9092
- --pandaproxy-addr 0.0.0.0:8082
- --advertise-pandaproxy-addr redpanda:8082
image: docker.redpanda.com/vectorized/redpanda:v23.2.22
image: redpandadata/redpanda:v24.1.2
ports:
- 8081:8081
- 8082:8082
Expand Down
2 changes: 1 addition & 1 deletion .github/resources/release-benchmark-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
- PLAINTEXT://redpanda:29092,OUTSIDE://localhost:9092
- --pandaproxy-addr 0.0.0.0:8082
- --advertise-pandaproxy-addr redpanda:8082
image: docker.redpanda.com/vectorized/redpanda:v23.2.22
image: redpandadata/redpanda:v24.1.2
ports:
- 8081:8081
- 8082:8082
Expand Down

0 comments on commit 4973ffc

Please sign in to comment.