maver1ck commented on a change in pull request #11290:
URL: https://github.com/apache/druid/pull/11290#discussion_r637420534



##########
File path: helm/druid/Chart.yaml
##########
@@ -13,10 +13,23 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-apiVersion: v1
+apiVersion: v2
 appVersion: 0.19.0
 description: DEPRECATED Apache Druid is a high performance real-time analytics 
database.
 name: druid
+dependencies:
+  - name: zookeeper
+    version: 2.1.4
+    repository: https://charts.helm.sh/incubator
+    condition: zookeeper.enabled
+  - name: mysql
+    version: 1.6.4
+    repository: https://charts.helm.sh/stable
+    condition: mysql.enabled
+  - name: postgresql
+    version: 8.6.4
+    repository: https://charts.helm.sh/stable
+    condition: postgresql.enabled
 version: 0.2.18

Review comment:
       I think we need to bump version




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to