-
Notifications
You must be signed in to change notification settings - Fork 241
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
Add lifecycle hooks to opensearch dashboard helm chart #145
Conversation
…roject#139) * Fix url to values.yaml in README.md in opensearch chart Signed-off-by: Dmytro Gorbunov <dmytro.gorbunov@gmail.com> * Make URL to values.yaml in README.md more consistent (with reference section) Signed-off-by: Dmytro Gorbunov <dmytro.gorbunov@gmail.com> * Increment the Chart version and update the Changelog Signed-off-by: Dmytro Gorbunov <dmytro.gorbunov@gmail.com> * Update version of opensearch chart after resolving merge conflict Signed-off-by: Dmytro Gorbunov <dmytro.gorbunov@gmail.com> Co-authored-by: Dmytro Gorbunov <dmytro.gorbunov@gmail.com> Signed-off-by: bluehawk27 <alberto@doc.ai>
Signed-off-by: bluehawk27 <alberto@doc.ai>
Hi @bluehawk27 this is a change in dashboards but your version bump and change logs are modified in opensearch. Can you correct this in the corresponding files of opensearch-dashboards folder? Thanks. |
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.
Looks great, but I have some requests.
Only other thing - We need to add the values for the lifecycle to the README.md
Signed-off-by: bluehawk27 <alberto@doc.ai>
Signed-off-by: bluehawk27 <alberto@doc.ai>
Seeing a lot of conflicts here. |
I neglected to follow up on this. If @bluehawk27 doesn't get a chance I'll fix the conflicts tomorrow. |
@DandyDeveloper @peterzhuamazon does every PR require a chart version bump? This PR doesn't materially change the chart behavior. It more or less just documents existing behavior. |
|
ok thank you for answering @peterzhuamazon . I can't keep resolving conflicts every time another PR gets merged in before this one so let me know when you plan on merging it in and I'll do a version bump. |
Reserve 1.5.8 for you @bluehawk27 we are also trying to improve the process, sorry about confusion. Thanks. |
@DandyDeveloper @TheAlgo please look at this PR and see if @bluehawk27 has resolved all issues. Thanks. |
@DandyDeveloper @TheAlgo poke on this PR again as it sits for a while. Thanks. |
Hi guys, Any news on this pull request ? Could be really good to have lifecycle block :) Thanks ! |
Adding @prudhvigodithi to take a look on this. |
Apologies @bluehawk27 , this got completely missed. Could you resolve the conversations for the comments you have addressed? We can take care of the conflicts and chart bumps |
@TheAlgo I resolved the convo's :) hope that helps move this forward. Cheers |
Hi @DandyDeveloper @TheAlgo @prudhvigodithi please review again, I will resolve the version conflicts once you guys are good. |
LGTM! |
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
Hi @bluehawk27 I have rebased your branch on main and remove the opensearch changelogs as only dashboards get changed with lifecycle hooks. @TheAlgo @DandyDeveloper @prudhvigodithi please review. Thanks. |
Signed-off-by: pgodithi <pgodithi@amazon.com>
Signed-off-by: pgodithi <pgodithi@amazon.com>
Hey @bluehawk27 I have done an upstream fetch and merge, to keep the versions in consistent with yesterday's release PR |
LGTM @DandyDeveloper and @TheAlgo please review. |
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.
LGTM!
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.
Can we add this option in the README as well before merging? @bluehawk27 Let me know if that sounds good. Thanks
Any update on this @bluehawk27 ? |
I am going to add to readme and resolve conflict/backport @TheAlgo @prudhvigodithi |
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
Backport 1.x: #305 Thanks @bluehawk27 for the contribution and sorry for the delay. Thanks. |
* Backport 1.x from #145 Signed-off-by: Peter Zhu <zhujiaxi@amazon.com> * Empty commit Signed-off-by: Peter Zhu <zhujiaxi@amazon.com> Co-authored-by: Alberto Villacorta <avillacorta27@gmail.com>
Description
[Describe what this change achieves]
Adds lifcycle hook that is currently supported in the helm template https://github.com/opensearch-project/helm-charts/blob/main/charts/opensearch-dashboards/templates/deployment.yaml#L140
Issues Resolved
[List any issues this PR will resolve]
#144
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.