-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Support helm 3.x #401
Comments
I managed to install the chart with Helm 3 by extracting the template |
With the exception of needing to define a service in logstash, everything has installed fine for me as-is under Helm 3. However, it should be noted that I am installing the charts as subcharts of a Helm 3 chart, which may or may not make a difference. |
Kibana worked after reinstalling the kibana helm chart the same way with helm 3. So it is just a matter of adding the Chart.yaml file |
I've been using helm 3 since the first beta (including these), and haven't yet had to modify a chart to get it to work (fingers crossed) |
FYI: #437 for helm 3 migration. |
Work is also happening in #516. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Updating |
Hopefully coming, helm 2 is EOL. https://helm.sh/blog/helm-2-becomes-unsupported/ |
Current status of Helm 3 support work:
The remaining tasks are:
|
Helm 3 made changes to how tests are cleaned up. Before it was possible to run When running the chart tests with Helm 3 we are seeing the tests pile up: Would it be possible to add that annotation? Should I open a new issue or PR for this change? |
This commit update Elasticsearch chart test hook annotations for Helm 3 and add a new annotation to automate test pod deletion when test is successful. Related to elastic#401 (comment)
@dominik-bln, Thanks for the tips, I thought that test pods where cleaned automatically with Helm 3 but it seems not. I created #911 to fix it. |
This commit update Elasticsearch chart test hook annotations for Helm 3 and add a new annotation to automate test pod deletion when test is successful. Related to #401 (comment)
This commit update Elasticsearch chart test hook annotations for Helm 3 and add a new annotation to automate test pod deletion when test is successful. Related to #401 (comment)
This commit update Elasticsearch chart test hook annotations for Helm 3 and add a new annotation to automate test pod deletion when test is successful. Related to #401 (comment)
Helm 3 work is done and will be part of 7.10.0 release soon. |
This commit update Elasticsearch chart test hook annotations for Helm 3 and add a new annotation to automate test pod deletion when test is successful. Related to elastic/helm-charts#401 (comment)
This commit update Elasticsearch chart test hook annotations for Helm 3 and add a new annotation to automate test pod deletion when test is successful. Related to elastic/helm-charts#401 (comment)
Describe the feature:
I'd be nice if helm 3.x would be supported. It's released and unfortunately a lot of issues with helm 2.x are only solved in 3.x.
Describe a specific use case for the feature:
Installation with helm 3.x because I use it/have to use it for other chart installations.
Currently the following charts are experiencing issues with helm 3.x:
logstash ([logstash] Add FAQ: Why am I missing required fieldserviceName
during install? #398)The text was updated successfully, but these errors were encountered: