From db5844fffe7216d1c7aa0d57e9a512a3fd150456 Mon Sep 17 00:00:00 2001 From: Andjelko Iharos Date: Wed, 26 Jun 2024 11:54:22 +0200 Subject: [PATCH] DOC/MINOR: update active version in doc.yaml --- documentation/README.md | 2 +- documentation/annotations.md | 2 +- documentation/doc.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/README.md b/documentation/README.md index 4c8c70e2..bb06923f 100644 --- a/documentation/README.md +++ b/documentation/README.md @@ -1,7 +1,7 @@ # ![HAProxy](../assets/images/haproxy-weblogo-210x49.png "HAProxy") -## HAProxy kubernetes ingress controller 1.11 +## HAProxy kubernetes ingress controller 3.0 ### Documentation diff --git a/documentation/annotations.md b/documentation/annotations.md index dcac2f4b..b004b5fc 100644 --- a/documentation/annotations.md +++ b/documentation/annotations.md @@ -1,7 +1,7 @@ # ![HAProxy](../assets/images/haproxy-weblogo-210x49.png "HAProxy") -## HAProxy kubernetes ingress controller 1.11 +## HAProxy kubernetes ingress controller 3.0 This is autogenerated from [doc.yaml](doc.yaml). Description can be found in [generator readme](gen/README.md) ### Available annotations diff --git a/documentation/doc.yaml b/documentation/doc.yaml index d4dbe9c2..d2c8cd43 100644 --- a/documentation/doc.yaml +++ b/documentation/doc.yaml @@ -1,4 +1,4 @@ -active_version: 1.11 +active_version: 3.0 image_arguments: - argument: --configmap description: Sets the ConfigMap object that defines global settings for the ingress controller. An empty ConfigMap is deployed by default and you can see its name by calling kubectl get configmaps. You can either override the default ConfigMap with your own object that uses the same name, or you can set this argument to point to a different ConfigMap. See the ConfigMap Options to learn which values you can store in the ConfigMap.