From 91305f4b5f77d4e37f988edc96815e87a5006099 Mon Sep 17 00:00:00 2001 From: Joao Morais Date: Sat, 27 Mar 2021 15:56:34 -0300 Subject: [PATCH] update controller version to v0.12.2 --- haproxy-ingress/Chart.yaml | 4 ++-- haproxy-ingress/README.md | 4 ++-- haproxy-ingress/values.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/haproxy-ingress/Chart.yaml b/haproxy-ingress/Chart.yaml index 9be4126..a758f6a 100644 --- a/haproxy-ingress/Chart.yaml +++ b/haproxy-ingress/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: haproxy-ingress description: Ingress controller for HAProxy loadbalancer type: application -version: 0.12.1 -appVersion: v0.12.1 +version: 0.12.2 +appVersion: v0.12.2 icon: https://haproxy-ingress.github.io/favicons/favicon-256.png keywords: - haproxy diff --git a/haproxy-ingress/README.md b/haproxy-ingress/README.md index 3af09c0..f3f686d 100755 --- a/haproxy-ingress/README.md +++ b/haproxy-ingress/README.md @@ -99,7 +99,7 @@ Parameter | Description | Default `serviceAccount.name` | ServiceAccount to be used | `` `controller.name` | name of the controller component | `controller` `controller.image.repository` | controller container image repository | `quay.io/jcmoraisjr/haproxy-ingress` -`controller.image.tag` | controller container image tag | `v0.12.1` +`controller.image.tag` | controller container image tag | `v0.12.2` `controller.image.pullPolicy` | controller container image pullPolicy | `IfNotPresent` `controller.imagePullSecrets` | controller image pull secrets | `[]` `controller.extraArgs` | extra command line arguments for the haproxy-ingress-controller | `{}` @@ -112,7 +112,7 @@ Parameter | Description | Default `controller.ingressClass` | name of the ingress class to route through this controller | `haproxy` `controller.haproxy.enabled` | set `true` to configure haproxy as a sidecar instead of use the embedded version | `false` `controller.haproxy.image.repository` | haproxy container image repository, when enabled | `haproxy` -`controller.haproxy.image.tag` | haproxy container image tag | `2.2.9-alpine` +`controller.haproxy.image.tag` | haproxy container image tag | `2.2.11-alpine` `controller.haproxy.image.pullPolicy` | haproxy container image pullPolicy | `IfNotPresent` `controller.haproxy.extraArgs` | extra command line arguments for haproxy | `{}` `controller.haproxy.resources` | haproxy container resource requests & limits | `{}` diff --git a/haproxy-ingress/values.yaml b/haproxy-ingress/values.yaml index 9436e9e..6069920 100644 --- a/haproxy-ingress/values.yaml +++ b/haproxy-ingress/values.yaml @@ -20,7 +20,7 @@ fullnameOverride: "" controller: image: repository: quay.io/jcmoraisjr/haproxy-ingress - tag: v0.12.1 + tag: v0.12.2 pullPolicy: IfNotPresent imagePullSecrets: [] @@ -241,7 +241,7 @@ controller: image: repository: haproxy - tag: "2.2.9-alpine" + tag: "2.2.11-alpine" pullPolicy: IfNotPresent ## Additional command line arguments to pass to haproxy