From db517d0c068ff6afb1a5993e8f666b222ae1249f Mon Sep 17 00:00:00 2001 From: Matthew Mols Date: Wed, 17 Dec 2025 13:49:43 -0600 Subject: [PATCH] docs: parameterize control_plane_verson in mtls doc --- docs/installation/mtls.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/installation/mtls.md b/docs/installation/mtls.md index 4b3b8ae8..c5ac120f 100644 --- a/docs/installation/mtls.md +++ b/docs/installation/mtls.md @@ -195,7 +195,7 @@ Now that our certificates are available on each machine, we can update our stack ```yaml services: host-1: - image: ghcr.io/pgedge/control-plane:v0.5.1 + image: ghcr.io/pgedge/control-plane:<< control_plane_version >> command: run environment: - PGEDGE_HOST_ID=host-1 @@ -219,7 +219,7 @@ services: constraints: - node.id==81kw1zwmh9y8hk4rd7igylry0 host-2: - image: ghcr.io/pgedge/control-plane:v0.5.1 + image: ghcr.io/pgedge/control-plane:<< control_plane_version >> command: run environment: - PGEDGE_HOST_ID=host-2 @@ -240,7 +240,7 @@ services: constraints: - node.id==xz7069ytbdq7uzd2tvrj2wlf2 host-3: - image: ghcr.io/pgedge/control-plane:v0.5.1 + image: ghcr.io/pgedge/control-plane:<< control_plane_version >> command: run environment: - PGEDGE_HOST_ID=host-3