From c2aa3c6f43cb9fc2320d4f85cc5b0d04d3c94d15 Mon Sep 17 00:00:00 2001 From: Markus Zimmermann Date: Fri, 18 Oct 2024 12:27:30 +0200 Subject: [PATCH] docs: Divide list of versions into the actual version and release name of MacOS (#100) --- readme.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/readme.md b/readme.md index 2e989e9..ba6c349 100644 --- a/readme.md +++ b/readme.md @@ -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?