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
Helm supports chart tests, which can help validate that a chart works as expected when installed. Additionally, chart tests can help a chart consumer understand how a chart should behave. These tests are fairly simple jobs and could reduce the deployment of erroneous charts. For example, #306 highlights how chart version 0.22.0 is effectively broken by changes introduced in #291; I believe that a chart test that simply validates Vector's configuration could catch such issues and accelerate less-faulty releases.
I am recommending that a chart test be added to the chart manifest for Vector's Helm charts.
The text was updated successfully, but these errors were encountered:
I haven't checked recently, but I do remember chart tests causing problems with ArgoCD a couple years back - it would be good to make sure we don't cause unpleasant regressions if we add them.
Helm supports chart tests, which can help validate that a chart works as expected when installed. Additionally, chart tests can help a chart consumer understand how a chart should behave. These tests are fairly simple jobs and could reduce the deployment of erroneous charts. For example, #306 highlights how chart version 0.22.0 is effectively broken by changes introduced in #291; I believe that a chart test that simply validates Vector's configuration could catch such issues and accelerate less-faulty releases.
I am recommending that a chart test be added to the chart manifest for Vector's Helm charts.
The text was updated successfully, but these errors were encountered: