File tree Expand file tree Collapse file tree 4 files changed +3
-55
lines changed
Expand file tree Collapse file tree 4 files changed +3
-55
lines changed Original file line number Diff line number Diff line change 7474 TAG="${{ steps.version.outputs.tag }}"
7575 reg="${{ github.repository }}"
7676
77- KO_DOCKER_REPO=ghcr.io/${reg@L} \
7877 make build-controller \
7978 CONTAINER_IMG_REG=ghcr.io/${reg@L} \
8079 CONTROLLER_IMG_TAG=$TAG
8988 TAG="${{ steps.version.outputs.tag }}"
9089 reg="${{ github.repository }}"
9190
92- KO_DOCKER_REPO=ghcr.io/${reg@L} \
9391 make build-populator \
9492 CONTAINER_IMG_REG=ghcr.io/${reg@L} \
9593 POPULATOR_IMG_TAG=$TAG
Original file line number Diff line number Diff line change 33- [ Launcher] ( launcher.md )
44- [ Fast Model Actuation with Process Flexibility and Dual Pods] ( dual-pods.md )
55
6- # Dev/test of dual-pods controller
6+ # Dev/test
77
88- [ Local dev/test in a ` kind ` cluster] ( local-test.md )
99- [ Manual end-to-end testing using a real cluster] ( e2e-recipe.md )
2020- [ End-to-end testing in CI using a ` kind ` cluster] ( ../.github/workflows/pr-test-in-kind.yml )
2121- [ Release – Build Images & Publish Helm Charts to GHCR] ( ../.github/workflows/publish-release.yaml )
2222
23- # Helm Charts
23+ # Release
2424
25- - [ Helm chart installation] ( helm-install.md )
2625- [ Release process] ( release-process.md )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ git push origin v0.3.1 # or your tag name
5959
6060### 3. Automated Workflow Execution
6161
62- Once you publish the release, the ` publish-release ` workflow * will kick-off * automatically as follows :
62+ Once you publish the release, the ` publish-release ` workflow runs automatically and performs the following steps :
6363
64641 . ** Builds 4 container images** :
6565 - ` ghcr.io/llm-d-incubation/llm-d-fast-model-actuation/dual-pods-controller:v0.3.1 `
@@ -86,5 +86,4 @@ Use the GitHub Actions UI to manually trigger the workflow with a specific tag
8686
8787## Related Documentation
8888
89- - [ Helm Chart Installation] ( helm-install.md ) - How to install the published charts
9089- [ Workflow Source] ( ../.github/workflows/publish-release.yaml ) - The actual workflow implementation
You can’t perform that action at this time.
0 commit comments