File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
168170cd <back_to_charts_dir>
169171deisrel helm-stage --tag $WORKFLOW_RELEASE --stagingDir workflow-$WORKFLOW_RELEASE_SHORT --org deis workflow
170172deisrel 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
173176When you're done, commit and push your changes. You should get your pull request reviewed and merged before continuing.
You can’t perform that action at this time.
0 commit comments