You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
If we build BotKube image for some bug fix or want to use image with a tag like latest then one should be able to set that image tag while installing BotKube with Helm chart.
Describe the solution you'd like
Changing the version from Chart.yaml is not a clean solution, also it won't allow to set it to tag values which are not according to sem ver 2. We should have .Values.image.tag
Is your feature request related to a problem? Please describe.
If we build BotKube image for some bug fix or want to use image with a tag like
latest
then one should be able to set that image tag while installing BotKube with Helm chart.Describe the solution you'd like
Changing the version from
Chart.yaml
is not a clean solution, also it won't allow to set it to tag values which are not according to sem ver 2. We should have.Values.image.tag
https://helm.sh/docs/developing_charts/#charts-and-versioning
The text was updated successfully, but these errors were encountered: