forked from openMF/ph-ee-bulk-processor
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PHEE-477] Create an orb that fetches the docker images and do helm u…
…pg… (openMF#130) * PHEE-477 Create an orb that fetches the docker images and do helm upgrade * added github template
- Loading branch information
1 parent
64eec86
commit b4248a2
Showing
2 changed files
with
39 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
## Description | ||
|
||
* PR title should have jira ticket enclosed in `[]`.<br> | ||
Format: ``` [jira_ticket] description```<br> | ||
ex: [phee-123] PR title. | ||
* Add a link to the Jira ticket. | ||
* Describe the changes made and why they were made. | ||
|
||
## Checklist | ||
|
||
Please make sure these boxes are checked before submitting your pull request - thanks! | ||
- [ ] Followed the PR title naming convention mentioned above. | ||
|
||
- [ ] Design related bullet points or design document link related to this PR added in the description above. | ||
|
||
- [ ] Updated corresponding Postman Collection or Api documentation for the changes in this PR. | ||
|
||
- [ ] Created/updated unit or integration tests for verifying the changes made. | ||
|
||
- [ ] Added required Swagger annotation and update API documentation with details of any API changes if applicable | ||
|
||
- [ ] Followed the naming conventions as given in https://docs.google.com/document/d/1Q4vaMSzrTxxh9TS0RILuNkSkYCxotuYk1Xe0CMIkkCU/edit?usp=sharing |