From 4f044b0cf7fb64ed2a33ddde4c4af3af587dc42e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mence=20Lesn=C3=A9?= Date: Tue, 10 Dec 2024 15:15:07 +0100 Subject: [PATCH] doc: Specify image version --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ef8b2267..526afee4 100644 --- a/README.md +++ b/README.md @@ -296,11 +296,14 @@ az login #### 3. Run deployment automation +> [!TIP] +> Specify the release version under the `image_version` parameter (default is `main`). For example, `image_version=16.0.0` or `image_version=sha-7ca2c0c`. This will ensure any future project breaking changes won't affect your deployment. + ```zsh make deploy name=my-rg-name ``` -- Wait for the deployment to finish +Wait for the deployment to finish. #### 4. Get the logs