Skip to content

[K8S][HELM] Update default Kyuubi version to 1.12.0#7578

Open
dnskr wants to merge 1 commit into
apache:masterfrom
dnskr:helm-default-kyuubi-version-1.12.0
Open

[K8S][HELM] Update default Kyuubi version to 1.12.0#7578
dnskr wants to merge 1 commit into
apache:masterfrom
dnskr:helm-default-kyuubi-version-1.12.0

Conversation

@dnskr

@dnskr dnskr commented Jul 18, 2026

Copy link
Copy Markdown
Contributor

Why are the changes needed?

Default Kyuubi version used in the Helm chart should be aligned with the latest release version.

How was this patch tested?

Render the chart templates to ensure 1.12.0 version is used.

helm template kyuubi charts/kyuubi

Output (reduced)

# Source: kyuubi/templates/kyuubi-statefulset.yaml
apiVersion: apps/v1
kind: StatefulSet
metadata:
  name: kyuubi
  labels:
    ...
    app.kubernetes.io/version: "1.12.0"
spec:
  template:
    ...
    spec:
      serviceAccountName: kyuubi
      containers:
        - name: kyuubi-server
          image: "apache/kyuubi:1.12.0"
          imagePullPolicy: IfNotPresent
          ...

Was this patch authored or co-authored using generative AI tooling?

No

Signed-off-by: Denis Krivenko <dnskrv88@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant