Yu-Lin Chen created YUNIKORN-2819:
-------------------------------------
Summary: Add version parameter to Helm chart
Key: YUNIKORN-2819
URL: https://issues.apache.org/jira/browse/YUNIKORN-2819
Project: Apache YuniKorn
Issue Type: Bug
Components: helm chart
Reporter: Yu-Lin Chen
This is a followup of this [PR
discussion|https://github.com/apache/yunikorn-site/pull/452#issuecomment-2295808375].
When install YuniKorn with Helm, if we want to install different version of
YuniKorn, we have to specifify the image tags one by one, for example:
{code:java}
VERSION=1.5.2
helm install yunikorn yunikorn/yunikorn --namespace yunikorn \
--set image.tag=scheduler-${VERSION} \
--set pluginImage.tag=scheduler-plugin-${VERSION}
--set admissionController.image.tag=admission-${VERSION} \
--set web.image.tag=web-${VERSION} {code}
It's would be better if we can set the version for all the image tags at once:
{code:java}
VERSION=1.5.2
helm install yunikorn yunikorn/yunikorn --namespace yunikorn \
--set version=${VERSION} {code}
[https://github.com/apache/yunikorn-release/tree/master/helm-charts/yunikorn#configuration]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]