Commit ae1c724
authored
fix(chart): bump appVersion to 1.7.6 and add kubevirt RBAC (#883)
Chart.yaml pinned appVersion/image to 1.5.7 while the templates render flags
(--auth-oidc-scopes, --timeline-retention, --timeline-max-size) that only exist
in 1.7.x binaries. Installing with chart defaults pulls the 1.5.7 image, which
rejects those flags, prints usage, and never becomes ready. Bump appVersion and
the artifacthub image annotation to 1.7.6 to match the templates.
Also add a kubevirt crdGroup (kubevirt.io + cdi/clone/export/instancetype/
migrations/pool/snapshot sub-APIs), defaulted on like the other CRD groups, so
the resource browser and topology can read KubeVirt VMs instead of spamming
forbidden-watch errors on clusters running KubeVirt.1 parent a5a8cd5 commit ae1c724
3 files changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
322 | 327 | | |
323 | 328 | | |
324 | 329 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| 148 | + | |
148 | 149 | | |
149 | 150 | | |
150 | 151 | | |
| |||
0 commit comments