feat(ci): automate demo instance deploy #10887#10906
Open
Abhishek9639 wants to merge 1 commit intomedic:masterfrom
Open
feat(ci): automate demo instance deploy #10887#10906Abhishek9639 wants to merge 1 commit intomedic:masterfrom
Abhishek9639 wants to merge 1 commit intomedic:masterfrom
Conversation
f203b65 to
8caf950
Compare
Author
|
Hi @jkuester, @sugat009 or @dianabarsan, One thing to note: the repo will need a few new secrets configured (DEMO_CHT_URL, DEMO_CHT_HOSTNAME, DEMO_CHT_USER, DEMO_CHT_PASS) before the workflow can actually run. The AWS/ECR secrets are already in place. Happy to adjust anything based on your feedback. Let me know if the polling logic or timeout values need tweaking. |
8caf950 to
42b119e
Compare
42b119e to
2e44a32
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds a new
workflow_dispatchworkflow (deploy-demo.yml) that automates the manual demo instance upgrade during the release process. Instead of requiring a release engineer to have localkubectl/helmsetup and EKS access, they can now just trigger this workflow from the Actions tab with a release tag.The workflow handles:
/api/v2/upgrade/stagevalues.yamland updatingcht_image_tag/chtversionhelm upgrade/api/v2/monitoringuntil the version matchesdeploy-confactionAlso updated the major and patch release templates to reference the new workflow instead of listing ~10 manual sub-steps.
#10887
Code review checklist
License
The software is provided under AGPL-3.0. Contributions to this project are accepted under the same license.