Skip to content

Commit

Permalink
Bump redpanda to 23.2.22 (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
stanbrub authored Jan 5, 2024
1 parent e73ba83 commit 873cf44
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 @@ -26,7 +26,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:v22.2.5
image: docker.redpanda.com/vectorized/redpanda:v23.2.22
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 @@ -26,7 +26,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:v22.2.5
image: docker.redpanda.com/vectorized/redpanda:v23.2.22
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 @@ -26,7 +26,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:v22.2.5
image: docker.redpanda.com/vectorized/redpanda:v23.2.22
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 @@ -26,7 +26,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:v22.2.5
image: docker.redpanda.com/vectorized/redpanda:v23.2.22
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 @@ -26,7 +26,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:v22.2.5
image: docker.redpanda.com/vectorized/redpanda:v23.2.22
ports:
- 8081:8081
- 8082:8082
Expand Down

0 comments on commit 873cf44

Please sign in to comment.