Skip to content

Commit 172bb64

Browse files
committed
chore(release-checklist): Amend with steps for router chart
1 parent a1edf6a commit 172bb64

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/roadmap/release-checklist.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,17 @@ version of our release for testing. Here is the current process to do so:
7373

7474
cp -r workflow-dev workflow-$WORKFLOW_RELEASE_SHORT
7575
cp -r workflow-dev-e2e workflow-$WORKFLOW_RELEASE_SHORT-e2e
76+
cp -r router-dev router-$WORKFLOW_RELEASE_SHORT
7677

7778
4. Stage copies of all files needing release updates into the appropriate `workflow-$WORKFLOW_RELEASE_SHORT(-e2e)` chart directories:
7879

7980
deisrel helm-stage --tag $WORKFLOW_RELEASE --stagingDir workflow-$WORKFLOW_RELEASE_SHORT workflow
8081
deisrel helm-stage --tag $WORKFLOW_RELEASE --stagingDir workflow-$WORKFLOW_RELEASE_SHORT-e2e e2e
82+
deisrel helm-stage --tag $WORKFLOW_RELEASE --stagingDir router-$WORKFLOW_RELEASE_SHORT router
8183

8284
5. Delete the `KUBERNETES_POD_TERMINATION_GRACE_PERIOD_SECONDS` env var from `workflow-$WORKFLOW_RELEASE_SHORT/tpl/deis-controller-rc.yaml`
8385

84-
6. Test the chart and make sure it installs:
86+
6. Test the new Workflow chart and make sure it installs:
8587

8688
cp -r workflow-$WORKFLOW_RELEASE_SHORT* `helmc home`/workspace/charts
8789
helmc generate workflow-$WORKFLOW_RELEASE_SHORT
@@ -168,6 +170,7 @@ to the same `$WORKFLOW_RELEASE` as well as now pointing to the `deis` quay org.
168170
cd <back_to_charts_dir>
169171
deisrel helm-stage --tag $WORKFLOW_RELEASE --stagingDir workflow-$WORKFLOW_RELEASE_SHORT --org deis workflow
170172
deisrel helm-stage --tag $WORKFLOW_RELEASE --stagingDir workflow-$WORKFLOW_RELEASE_SHORT-e2e --org deis e2e
173+
deisrel helm-stage --tag $WORKFLOW_RELEASE --stagingDir router-$WORKFLOW_RELEASE_SHORT --org deis router
171174
```
172175

173176
When you're done, commit and push your changes. You should get your pull request reviewed and merged before continuing.

0 commit comments

Comments
 (0)