From 2e173134e0ba86294ad45ccfefdd5073fd53f89d Mon Sep 17 00:00:00 2001 From: Joao Morais Date: Sun, 16 Jun 2024 16:30:53 -0300 Subject: [PATCH] update to v0.15.0-alpha.3 --- docs/content/en/docs/getting-started/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/en/docs/getting-started/_index.md b/docs/content/en/docs/getting-started/_index.md index 78251305..f2daf560 100644 --- a/docs/content/en/docs/getting-started/_index.md +++ b/docs/content/en/docs/getting-started/_index.md @@ -71,7 +71,7 @@ HAProxy Ingress uses [Helm](https://helm.sh) chart to install and configure the $ helm upgrade haproxy-ingress haproxy-ingress/haproxy-ingress\ --install\ --create-namespace --namespace ingress-controller\ - --version 0.15.0-alpha.2 --devel\ + --version 0.15.0-alpha.3 --devel\ -f haproxy-ingress-values.yaml ```