-
Notifications
You must be signed in to change notification settings - Fork 42
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
Fix Create Environment agent version for Serverless #2547
Fix Create Environment agent version for Serverless #2547
Conversation
This pull request does not have a backport label. Could you fix it @opauloh? 🙏
|
Thanks Paulo! I'll try to deploy an env from this brach to validate |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems to work!
@gurevichdmitry it seems I can't merge this PR even after it was approved, could you merge it? |
fix: using the input version for serverless Co-authored-by: Dmitry Gurevich <[email protected]> Co-authored-by: eyalkraft <[email protected]>
Summary of your changes
This fixes #2546, by using the version inputted by the user in the Create Environment parameters instead of using the version from the
env.ELK_VERSION
.While it is true that the version doesn't matter on Serverless in terms of Kibana and Elasticsearch, it does matter for deploying agents as the snapshots might be no longer available.