From 7a52a36496d7c2cd2eef1d9a27e5d1a15b0c1f08 Mon Sep 17 00:00:00 2001 From: Joao Morais Date: Fri, 1 Sep 2023 06:56:03 -0300 Subject: [PATCH] update controller version to v0.12.19 --- 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 9679958..2151f30 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.18 -appVersion: v0.12.18 +version: 0.12.19 +appVersion: v0.12.19 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 20bad26..25b30ae 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.18` +`controller.image.tag` | controller container image tag | `v0.12.19` `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 | `{}` @@ -113,7 +113,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.30-alpine` +`controller.haproxy.image.tag` | haproxy container image tag | `2.2.31-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 c9c532c..da9e5ee 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.18 + tag: v0.12.19 pullPolicy: IfNotPresent imagePullSecrets: [] @@ -258,7 +258,7 @@ controller: image: repository: haproxy - tag: "2.2.30-alpine" + tag: "2.2.31-alpine" pullPolicy: IfNotPresent ## Additional command line arguments to pass to haproxy