From 70e715c0e88cf10e3498962744f184ace4cce335 Mon Sep 17 00:00:00 2001 From: Malte Sander Date: Wed, 12 Mar 2025 16:10:35 +0100 Subject: [PATCH] chore: Update HDFS to 3.4.1 --- docs/modules/druid/examples/getting_started/hdfs.yaml | 2 +- docs/modules/druid/examples/getting_started/hdfs.yaml.j2 | 2 +- examples/psql/psql-hdfs-druid-cluster.yaml | 2 +- examples/tls/tls-druid-cluster.yaml | 2 +- tests/test-definition.yaml | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/modules/druid/examples/getting_started/hdfs.yaml b/docs/modules/druid/examples/getting_started/hdfs.yaml index 893a524a..9a5be544 100644 --- a/docs/modules/druid/examples/getting_started/hdfs.yaml +++ b/docs/modules/druid/examples/getting_started/hdfs.yaml @@ -5,7 +5,7 @@ metadata: name: simple-hdfs spec: image: - productVersion: 3.3.6 + productVersion: 3.4.1 clusterConfig: dfsReplication: 1 zookeeperConfigMapName: simple-hdfs-znode diff --git a/docs/modules/druid/examples/getting_started/hdfs.yaml.j2 b/docs/modules/druid/examples/getting_started/hdfs.yaml.j2 index 893a524a..9a5be544 100644 --- a/docs/modules/druid/examples/getting_started/hdfs.yaml.j2 +++ b/docs/modules/druid/examples/getting_started/hdfs.yaml.j2 @@ -5,7 +5,7 @@ metadata: name: simple-hdfs spec: image: - productVersion: 3.3.6 + productVersion: 3.4.1 clusterConfig: dfsReplication: 1 zookeeperConfigMapName: simple-hdfs-znode diff --git a/examples/psql/psql-hdfs-druid-cluster.yaml b/examples/psql/psql-hdfs-druid-cluster.yaml index a5637f4c..860bdd4c 100644 --- a/examples/psql/psql-hdfs-druid-cluster.yaml +++ b/examples/psql/psql-hdfs-druid-cluster.yaml @@ -33,7 +33,7 @@ metadata: name: simple-hdfs spec: image: - productVersion: 3.4.0 + productVersion: 3.4.1 clusterConfig: dfsReplication: 1 zookeeperConfigMapName: psql-druid-znode diff --git a/examples/tls/tls-druid-cluster.yaml b/examples/tls/tls-druid-cluster.yaml index d2c97d70..83e38852 100644 --- a/examples/tls/tls-druid-cluster.yaml +++ b/examples/tls/tls-druid-cluster.yaml @@ -25,7 +25,7 @@ metadata: name: druid-hdfs spec: image: - productVersion: 3.4.0 + productVersion: 3.4.1 clusterConfig: dfsReplication: 1 zookeeperConfigMapName: druid-hdfs-znode diff --git a/tests/test-definition.yaml b/tests/test-definition.yaml index 6a91ac11..cc48209e 100644 --- a/tests/test-definition.yaml +++ b/tests/test-definition.yaml @@ -34,10 +34,10 @@ dimensions: - 1.0.1 - name: hadoop values: - - 3.4.0 + - 3.4.1 - name: hadoop-latest values: - - 3.4.0 + - 3.4.1 - name: s3-use-tls values: - "true"