dnskr commented on code in PR #6080:
URL: https://github.com/apache/kyuubi/pull/6080#discussion_r1501918826
##########
charts/kyuubi/values.yaml:
##########
@@ -45,7 +45,7 @@ updateStrategy:
image:
repository: apache/kyuubi
pullPolicy: IfNotPresent
- tag: ~
+ tag: 1.8.1-spark
Review Comment:
I would prefer to leave `~` for now to use `{{ .Chart.AppVersion }}` as
image tag value by default.
The change makes change, however it's not enough to deploy Kyuubi Helm chart
with Spark support.
Let me create `Minimal Helm chart configuration to run Kyuubi with Spark`
issue to discuss all problems, limitations and options there.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]