You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2021/05/22 16:03:15 UTC

[GitHub] [druid] maver1ck commented on a change in pull request #11290: Migrate helm chart from helm v2 to v3

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org