diff --git a/docs/modules/druid/examples/getting_started/hdfs.yaml b/docs/modules/druid/examples/getting_started/hdfs.yaml index f3147691..ba52d617 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.4.1 + productVersion: 3.4.2 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 f3147691..ba52d617 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.4.1 + productVersion: 3.4.2 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 d4afa962..670d9a2f 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.1 + productVersion: 3.4.2 clusterConfig: dfsReplication: 1 zookeeperConfigMapName: psql-druid-znode diff --git a/examples/tls/tls-druid-cluster.yaml b/examples/tls/tls-druid-cluster.yaml index b5af4b12..56a96403 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.1 + productVersion: 3.4.2 clusterConfig: dfsReplication: 1 zookeeperConfigMapName: druid-hdfs-znode diff --git a/tests/test-definition.yaml b/tests/test-definition.yaml index eb1086de..1178d926 100644 --- a/tests/test-definition.yaml +++ b/tests/test-definition.yaml @@ -34,10 +34,10 @@ dimensions: - 1.4.2 - name: hadoop values: - - 3.4.1 + - 3.4.2 - name: hadoop-latest values: - - 3.4.1 + - 3.4.2 - name: s3-use-tls values: - "true"