Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[helm] Remove Unsupported Release Fields from Helm Chart for EKS Addon Compatibility #6053

Closed
pkoutsovasilis opened this issue Nov 18, 2024 · 1 comment · Fixed by #6079
Closed
Assignees
Labels
Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team

Comments

@pkoutsovasilis
Copy link
Contributor

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?

  • 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.
@pkoutsovasilis pkoutsovasilis added the Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team label Nov 18, 2024
@elasticmachine
Copy link
Contributor

Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team
Projects
None yet
2 participants