docs: Divide list of versions into the actual version and release name of MacOS (#100)

This commit is contained in:
Markus Zimmermann 2024-10-18 12:27:30 +02:00 committed by GitHub
parent c9c3d82a54
commit c2aa3c6f43
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -85,13 +85,13 @@ kubectl apply -f kubernetes.yml
Select from the values below:
| **Value** | **Version** |
|----|-----|
| `sequoia` | macOS Sequoia |
| `sonoma` | macOS Sonoma |
| `ventura` | macOS Ventura |
| `monterey` | macOS Monterey |
| `big-sur` | macOS Big Sur |
| **Value** | **Version** | **Name** |
|-------------|----------------|------------------|
| `sequoia` | macOS 15 | Sequoia |
| `sonoma` | macOS 14 | Sonoma |
| `ventura` | macOS 13 | Ventura |
| `monterey` | macOS 12 | Monterey |
| `big-sur` | macOS 11 | Big Sur |
### How do I change the storage location?