From c4d7b75d229c9c086b546a71e5d7a899c4dc149e Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 16 Jan 2024 14:36:42 +0000 Subject: [PATCH] feat(chart): update mysql dependent version --- charts/hive/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/hive/Chart.yaml b/charts/hive/Chart.yaml index 6847f16..441da54 100644 --- a/charts/hive/Chart.yaml +++ b/charts/hive/Chart.yaml @@ -3,7 +3,7 @@ appVersion: 1.2.0 dependencies: - name: mysql repository: https://charts.bitnami.com/bitnami - version: 9.10.9 + version: 9.16.2 description: The Apache Hive ™ is a data warehouse software project built on top of Apache Hadoop for providing data query and analysis. Hive gives an SQL-like interface to query data stored in various databases and file systems that integrate with Hadoop.