From 388a8f69ae3b90dc6b6dc4c7fa985d105500ad82 Mon Sep 17 00:00:00 2001 From: ludejiu Date: Fri, 16 Aug 2024 10:57:22 +0000 Subject: [PATCH] [KYUUBI #6620] [K8S][HELM] Update default Kyuubi version to 1.9.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # :mag: Description ## Issue References 🔗 Default Kyuubi version in the chart is not up to date with the latest release version. ## Describe Your Solution 🔧 Upgrade default version to the latest 1.9.2 to be up to date with the release version. ## Types of changes :bookmark: - [x] Bugfix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) --- # Checklist 📝 - [x] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html) **Be nice. Be informative.** Closes #6620 from DenineLu/helm-default-kyuubi-version-1.9.2. Closes #6620 a101673ac [ludejiu] [K8S][HELM] Update default Kyuubi version to 1.9.2 Authored-by: ludejiu Signed-off-by: Cheng Pan --- charts/kyuubi/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/kyuubi/Chart.yaml b/charts/kyuubi/Chart.yaml index 9dcdab915..b9ebc8a04 100644 --- a/charts/kyuubi/Chart.yaml +++ b/charts/kyuubi/Chart.yaml @@ -20,7 +20,7 @@ name: kyuubi description: A Helm chart for Kyuubi server type: application version: 0.1.0 -appVersion: 1.9.1 +appVersion: 1.9.2 home: https://kyuubi.apache.org icon: https://raw.githubusercontent.com/apache/kyuubi/master/docs/imgs/logo.png sources: