Commit Graph

7 Commits (1cfe8a91544f923c30ca8858b6d5fa99648e5c47)

Author SHA1 Message Date
Mauren Berti 30c71503d2
Add user-friendly error message + standardize PSP flag.
* Substitute global.rbac.psp.enabled and global.psp.enabled uses for global.cattle.psp.enabled.
* Remove previous usages of the capabilities check to determine if PSPs and PSP-related resources are applied.
* Add a new validation file (validate-psp-install.yaml) to make the capabilities check when PSP installation is requested and issue a user-friendly message if unable to install PSP.
* Update app-readme.md to include details of this change.
* Bump chart version to 102.0.0.
* Change default value for PSP installation from true to false.
2023-01-27 18:04:57 -05:00
Mauren Berti fc922c4724
Add condition for applying PSPs in DaemonSets. 2022-12-15 10:56:00 -05:00
Steven Crespo 86776856f0
(dev-v2.6-archive) Merge pull request #1602 from PennyScissors/devv26-vsphere
[dev-v2.6] Refactor/add CPI and CSI charts

(partially cherry picked from commit 00995e85fe)
2022-01-06 11:37:15 -08:00
Steven Crespo 6773ba6c77
(dev-v2.6-archive) Fix cpi version, add rancher version annotation, and revert appVersion change
(partially cherry picked from commit a947f7ba6f)
2022-01-06 11:37:13 -08:00
Jacob Payne 2ab83f98fa
(dev-v2.6-archive) expose all logging options through values.yaml
(partially cherry picked from commit f600b6fb04)
2022-01-06 11:37:11 -08:00
Arvind Iyengar f859625d86
(dev-v2.6-archive) Checkout current packages from dev-v2.6-source
```bash
git fetch upstream
git checkout upstream/dev-v2.6-source -- packages; git reset HEAD; git checkout -- packages/README.md
```

This overwrites the previous changes based on stuff currently in dev-v2.6-source today.

(partially cherry picked from commit 1107be9199)
2022-01-06 11:33:33 -08:00
Arvind Iyengar 63af4011e1
(dev-v2.6-archive) Checkout current packages from dev-v2.5-source
```bash
git fetch upstream
git checkout upstream/dev-v2.5-source -- packages; git reset HEAD; git checkout -- packages/README.md
```

(partially cherry picked from commit 551327b14e)
2022-01-06 11:33:32 -08:00