Skip to content

Commit 83cbedd

Browse files
authored
Merge pull request #25142 from def-/pr-redpanda-versions
ci: Bump redpanda versions
2 parents 92c0168 + 4b98ca1 commit 83cbedd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

misc/python/materialize/cloudtest/k8s/redpanda.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def __init__(self, namespace: str, apply_node_selectors: bool) -> None:
3131
super().__init__(namespace)
3232
container = V1Container(
3333
name="redpanda",
34-
image="vectorized/redpanda:v23.1.9",
34+
image="vectorized/redpanda:v23.3.5",
3535
command=[
3636
"/usr/bin/rpk",
3737
"redpanda",

misc/python/materialize/mzcompose/services/redpanda.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Redpanda(Service):
1818
def __init__(
1919
self,
2020
name: str = "redpanda",
21-
version: str = "v23.1.9",
21+
version: str = "v23.3.5",
2222
auto_create_topics: bool = False,
2323
image: str | None = None,
2424
aliases: list[str] | None = None,

test/kafka-matrix/mzcompose.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from materialize.mzcompose.services.testdrive import Testdrive
1717
from materialize.mzcompose.services.zookeeper import Zookeeper
1818

19-
REDPANDA_VERSIONS = ["v22.3.25", "v23.1.21", "v23.2.23", "v23.3.3"]
19+
REDPANDA_VERSIONS = ["v22.3.25", "v23.1.21", "v23.2.25", "v23.3.5"]
2020

2121
CONFLUENT_PLATFORM_VERSIONS = [
2222
"6.2.14",

0 commit comments

Comments
 (0)