File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ dimensions:
1414 - name : druid
1515 values :
1616 - 30.0.1
17- - 34.0.0
1817 - 35.0.1
18+ - 37.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- - 35 .0.1
23+ - 37 .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
@@ -42,7 +42,9 @@ dimensions:
4242 - name : s3-use-tls
4343 values :
4444 - " true"
45- - " false"
45+ # Druid >= 37.0.0 (AWS SDK v2) does not support non-TLS S3 endpoints
46+ # due to SigV4 signing mismatches over HTTP.
47+ # - "false"
4648 - name : tls-mode
4749 values :
4850 - " no-tls"
You can’t perform that action at this time.
0 commit comments