Background:
We were expressing interest in #3032 to create a helm-chart for tempo-operator. I started working on this a while ago, and i have an initial working version of the helm-chart.
I would however like to also get some help on certain open questions, which could help maintaining this chart easier in the future. (Questions listed below)
How should we deal with CRDs? I have included them in the crds folder in the chart. However, often migrating to newer versions of the CRDs could be challenging. Any ideas on how to handle CRDs?
This one would be for someone from the tempo-operator community (I'll link them in the PR later). The deployment contains some environment variables which specify image versions for several services(code block below). Do removing any of these ENV VARs cause the operator to behave differently?
Background: We were expressing interest in #3032 to create a helm-chart for tempo-operator. I started working on this a while ago, and i have an initial working version of the helm-chart.
I would however like to also get some help on certain open questions, which could help maintaining this chart easier in the future. (Questions listed below)
CRDs
? I have included them in thecrds
folder in the chart. However, often migrating to newer versions of the CRDs could be challenging. Any ideas on how to handleCRDs
?Looking forward to suggestions for improvements and collaborating on bringing this to release soon! 😄
(P.S. apologies if i missed out any details. This is my first PR here.)