From 5da225d407b442a8417485a0768e3e394c14a2f3 Mon Sep 17 00:00:00 2001 From: Winicius Silva Date: Thu, 25 Sep 2025 20:51:30 -0300 Subject: [PATCH] change: URL for install etcd-operator The link has a latest tag that it is not working. I've got the working link from releases page Signed-off-by: Winicius Silva --- site/content/en/docs/v0.4/getting-started/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/en/docs/v0.4/getting-started/_index.md b/site/content/en/docs/v0.4/getting-started/_index.md index 5a80aa07..1e7cb4a7 100644 --- a/site/content/en/docs/v0.4/getting-started/_index.md +++ b/site/content/en/docs/v0.4/getting-started/_index.md @@ -14,7 +14,7 @@ Pre-requisites: 1. Install etcd-operator: ```bash - kubectl apply -f https://github.com/aenix-io/etcd-operator/releases/latest/download/etcd-operator.yaml + kubectl apply -f https://github.com/aenix-io/etcd-operator/releases/download/v0.4.0/etcd-operator.yaml ``` 2. Check the operator is running: ```bash