From aa2c1bd0723ba9e134701685d4ee42b5e8c5a083 Mon Sep 17 00:00:00 2001 From: Joao Morais Date: Sun, 16 Jun 2024 16:26:15 -0300 Subject: [PATCH] update to v0.14.7 --- 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 c1c7832d..ca5d9086 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.14.6\ + --version 0.14.7\ -f haproxy-ingress-values.yaml ```