Skip to content

Commit 453a5e6

Browse files
committed
chore: Bump druid version for 25.11.0
1 parent 57ea52e commit 453a5e6

5 files changed

Lines changed: 7 additions & 6 deletions

File tree

docs/modules/druid/examples/getting_started/druid.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: simple-druid
66
spec:
77
image:
8-
productVersion: 33.0.0
8+
productVersion: 34.0.0
99
clusterConfig:
1010
zookeeperConfigMapName: simple-druid-znode
1111
deepStorage:

docs/modules/druid/examples/getting_started/druid.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: simple-druid
66
spec:
77
image:
8-
productVersion: 33.0.0
8+
productVersion: 34.0.0
99
clusterConfig:
1010
zookeeperConfigMapName: simple-druid-znode
1111
deepStorage:

docs/modules/druid/partials/supported-versions.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
// This is a separate file, since it is used by both the direct Druid documentation, and the overarching
33
// Stackable Platform documentation.
44

5-
- 33.0.0
6-
- 31.0.1 (deprecated)
5+
- 34.0.0
6+
- 33.0.0 (deprecated)
77
- 30.0.1 (LTS)

tests/templates/kuttl/overrides/20-install-druid.yaml.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ spec:
1111
{% else %}
1212
productVersion: "{{ test_scenario['values']['druid-latest'] }}"
1313
{% endif %}
14+
pullPolicy: IfNotPresent
1415
clusterConfig:
1516
deepStorage:
1617
hdfs:

tests/test-definition.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ dimensions:
1414
- name: druid
1515
values:
1616
- 30.0.1
17-
- 31.0.1
1817
- 33.0.0
18+
- 34.0.0
1919
# To use a custom image, add a comma and the full name after the product version
2020
# - 30.0.0,oci.stackable.tech/sdp/druid:30.0.0-stackable0.0.0-dev
2121
- name: druid-latest
2222
values:
23-
- 33.0.0
23+
- 34.0.0
2424
# To use a custom image, add a comma and the full name after the product version
2525
# - 30.0.0,oci.stackable.tech/sdp/druid:30.0.0-stackable0.0.0-dev
2626
- name: zookeeper

0 commit comments

Comments
 (0)