From 97b42bdf84afd4d34e17896fe7d66e8e04d7311e Mon Sep 17 00:00:00 2001 From: Joao Morais Date: Sun, 16 Jun 2024 16:17:56 -0300 Subject: [PATCH] update to v0.13.16 --- 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 9b4e44b0..7eb48dbd 100644 --- a/docs/content/en/docs/getting-started/_index.md +++ b/docs/content/en/docs/getting-started/_index.md @@ -52,7 +52,7 @@ HAProxy Ingress chart [documentation](https://github.com/haproxy-ingress/charts/ ```shell $ helm install haproxy-ingress haproxy-ingress/haproxy-ingress\ --create-namespace --namespace ingress-controller\ - --version 0.13.15\ + --version 0.13.16\ -f haproxy-ingress-values.yaml ```