From 47d36199681bfe2bdd1286b9c6f56f2c8930b60f Mon Sep 17 00:00:00 2001 From: deusebio Date: Mon, 9 Dec 2024 20:34:20 +0100 Subject: [PATCH] [MISC] Update Kyuubi patched version (#123) --- images/charmed-spark-kyuubi/Dockerfile | 4 ++-- images/metadata.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/images/charmed-spark-kyuubi/Dockerfile b/images/charmed-spark-kyuubi/Dockerfile index e3a13e89..91522432 100644 --- a/images/charmed-spark-kyuubi/Dockerfile +++ b/images/charmed-spark-kyuubi/Dockerfile @@ -9,8 +9,8 @@ # cloud native technologies. # --------------------------------------------------------------------------- - ARG KYUUBI_ARTIFACT="https://dlcdn.apache.org/kyuubi/kyuubi-1.9.0/apache-kyuubi-1.9.0-bin.tgz" - ARG CHECKSUM="54721812f35743aec60104466c3527e6d68f2a75afb3bdbd68d06c9bd7e09a5f35f71d9edb9f24cc2189d403ef5aa65ee54fe594ca1c78e9ab621177bab32054" + ARG KYUUBI_ARTIFACT="https://dlcdn.apache.org/kyuubi/kyuubi-1.9.3/apache-kyuubi-1.9.3-bin.tgz" + ARG CHECKSUM="4799abe24dbf624d8c6bbf84602e4c9d45ec5b8544f1d02b05b25489d2b57955b2759041bd88d7cce2697403fc4b2fbb5e27912811c0c3c5559bb0860f18e96e" ARG TARFILE="kyuubi.tar.tz" ARG BASE_IMAGE diff --git a/images/metadata.yaml b/images/metadata.yaml index 9884f167..fe674a0c 100644 --- a/images/metadata.yaml +++ b/images/metadata.yaml @@ -8,7 +8,7 @@ flavours: monitor SparkJob running on K8s cluster. It is an open source, end-to-end, production ready data platform on top of cloud native technologies. kyuubi: - version: 1.9.0 + version: 1.9.3 image_description: | This is an OCI image that contains Kyuubi, fully integrated with Charmed Spark ecosystem and utilities. \ No newline at end of file