Commit de401e6
authored
feat(helm): migrate chart publishing to GitHub Pages (#1257)
## Summary
- Replace the tag-triggered OCI/GitHub Container Registry Helm publish
workflow with Helm Chart Releaser on pushes to `main`.
- Publish charts from `deployments/helm` through GitHub Releases and
maintain the public Helm repository index on `gh-pages`.
- Document the public repository at `https://leptonai.github.io/gpud`
and migration from `oci://ghcr.io/leptonai/gpud` to `gpud/gpud`.
- Bump the Helm chart `version` and `appVersion` to `0.12.5`.
- Make `install.sh` accept both `0.12.5` and `v0.12.5`; it normalizes
archive downloads to the v-prefixed release-artifact form.
## Versioning
- Helm chart and container image tags use `0.12.5`.
- Source release artifacts use the v-prefixed form, `v0.12.5`.
- The Dockerfile and external-registry image build scripts remain
unchanged. The image is still independently selected with
`image.repository` and `image.tag`.
## Public chart usage
After the chart release workflow has run:
```bash
helm repo add gpud https://leptonai.github.io/gpud
helm repo update
helm upgrade --install my-gpud gpud/gpud \
--version 0.12.5 \
--create-namespace \
--namespace gpud
```
## Validation
- `ct lint --debug --all --config ./.github/configs/ct-lint.yaml
--lint-conf ./.github/configs/lintconf.yaml --target-branch main`
- `helm lint deployments/helm/gpud`
- `bash -n install.sh`
- Installer normalization check for both `0.12.5` and `v0.12.5`
- `git diff --check`1 parent b823fac commit de401e6
4 files changed
Lines changed: 47 additions & 64 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
| 9 | + | |
16 | 10 | | |
17 | 11 | | |
18 | | - | |
| 12 | + | |
19 | 13 | | |
20 | 14 | | |
21 | | - | |
22 | | - | |
| 15 | + | |
23 | 16 | | |
24 | 17 | | |
25 | 18 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
| 19 | + | |
56 | 20 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
| 21 | + | |
| 22 | + | |
61 | 23 | | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
14 | 37 | | |
15 | 38 | | |
16 | 39 | | |
17 | | - | |
| 40 | + | |
18 | 41 | | |
19 | 42 | | |
20 | 43 | | |
| |||
24 | 47 | | |
25 | 48 | | |
26 | 49 | | |
27 | | - | |
| 50 | + | |
28 | 51 | | |
29 | 52 | | |
30 | 53 | | |
| |||
34 | 57 | | |
35 | 58 | | |
36 | 59 | | |
37 | | - | |
| 60 | + | |
38 | 61 | | |
39 | 62 | | |
40 | 63 | | |
| |||
168 | 191 | | |
169 | 192 | | |
170 | 193 | | |
171 | | - | |
| 194 | + | |
172 | 195 | | |
173 | 196 | | |
174 | 197 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| 124 | + | |
| 125 | + | |
124 | 126 | | |
125 | 127 | | |
126 | 128 | | |
| |||
0 commit comments