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
Publishing a Helm chart as an EKS addon disallows the use of Release.IsInstall, Release.IsUpgrade, and .Release.Service fields in the chart. Including these fields results in validation failures when deploying the Helm chart through the AWS console. To ensure compatibility and prevent errors, these fields should be removed from the chart.
Describe a specific use case for the enhancement or feature:
When deploying the Elastic Agent as an EKS addon using the AWS console, the Helm chart needs to pass validation checks. The unsupported fields currently cause these checks to fail, thus removing them is required.
What is the definition of done?
The Release.IsInstall, Release.IsUpgrade, and .Release.Service fields have been removed from the Helm chart.
The updated Helm chart successfully passes validation when deployed as an EKS addon through the AWS console.
The text was updated successfully, but these errors were encountered:
Describe the enhancement:
Publishing a Helm chart as an EKS addon disallows the use of
Release.IsInstall
,Release.IsUpgrade
, and.Release.Service
fields in the chart. Including these fields results in validation failures when deploying the Helm chart through the AWS console. To ensure compatibility and prevent errors, these fields should be removed from the chart.Describe a specific use case for the enhancement or feature:
When deploying the Elastic Agent as an EKS addon using the AWS console, the Helm chart needs to pass validation checks. The unsupported fields currently cause these checks to fail, thus removing them is required.
What is the definition of done?
Release.IsInstall
,Release.IsUpgrade
, and.Release.Service
fields have been removed from the Helm chart.The text was updated successfully, but these errors were encountered: