mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-02-14 17:49:59 +00:00
📊 Update Helm stable chart and add deprecation warning
This commit is contained in:
@@ -244,7 +244,7 @@ fine for personal and development clusters.)
|
||||
|
||||
- Add the `stable` repo:
|
||||
```bash
|
||||
helm repo add stable https://kubernetes-charts.storage.googleapis.com/
|
||||
helm repo add stable https://charts.helm.sh/stable
|
||||
```
|
||||
|
||||
]
|
||||
@@ -255,6 +255,22 @@ It's OK to add a repo that already exists (it will merely update it).
|
||||
|
||||
---
|
||||
|
||||
class: extra-details
|
||||
|
||||
## Deprecation warning
|
||||
|
||||
- That "stable" is being deprecated, in favor of a more decentralized approach
|
||||
|
||||
(each community / company / group / project hosting their own repository)
|
||||
|
||||
- We're going to use it here for educational purposes
|
||||
|
||||
- But if you're looking for production-grade charts, look elsewhere!
|
||||
|
||||
(namely, on the Helm Hub)
|
||||
|
||||
---
|
||||
|
||||
## Search available charts
|
||||
|
||||
- We can search available charts with `helm search`
|
||||
|
||||
Reference in New Issue
Block a user