diff --git a/docs/modules/druid/examples/getting_started/druid.yaml b/docs/modules/druid/examples/getting_started/druid.yaml index e7762c54..7106458b 100644 --- a/docs/modules/druid/examples/getting_started/druid.yaml +++ b/docs/modules/druid/examples/getting_started/druid.yaml @@ -5,7 +5,7 @@ metadata: name: simple-druid spec: image: - productVersion: 34.0.0 + productVersion: 35.0.1 clusterConfig: zookeeperConfigMapName: simple-druid-znode deepStorage: diff --git a/docs/modules/druid/examples/getting_started/druid.yaml.j2 b/docs/modules/druid/examples/getting_started/druid.yaml.j2 index e7762c54..7106458b 100644 --- a/docs/modules/druid/examples/getting_started/druid.yaml.j2 +++ b/docs/modules/druid/examples/getting_started/druid.yaml.j2 @@ -5,7 +5,7 @@ metadata: name: simple-druid spec: image: - productVersion: 34.0.0 + productVersion: 35.0.1 clusterConfig: zookeeperConfigMapName: simple-druid-znode deepStorage: diff --git a/docs/modules/druid/partials/supported-versions.adoc b/docs/modules/druid/partials/supported-versions.adoc index 30139c92..3dc1d95a 100644 --- a/docs/modules/druid/partials/supported-versions.adoc +++ b/docs/modules/druid/partials/supported-versions.adoc @@ -2,6 +2,6 @@ // This is a separate file, since it is used by both the direct Druid documentation, and the overarching // Stackable Platform documentation. -- 34.0.0 -- 33.0.0 (deprecated) +- 35.0.1 +- 34.0.0 (deprecated) - 30.0.1 (LTS) diff --git a/tests/test-definition.yaml b/tests/test-definition.yaml index 473459b0..6bc0c2fe 100644 --- a/tests/test-definition.yaml +++ b/tests/test-definition.yaml @@ -14,13 +14,13 @@ dimensions: - name: druid values: - 30.0.1 - - 33.0.0 - 34.0.0 + - 35.0.1 # To use a custom image, add a comma and the full name after the product version # - 30.0.0,oci.stackable.tech/sdp/druid:30.0.0-stackable0.0.0-dev - name: druid-latest values: - - 34.0.0 + - 35.0.1 # To use a custom image, add a comma and the full name after the product version # - 30.0.0,oci.stackable.tech/sdp/druid:30.0.0-stackable0.0.0-dev - name: zookeeper