From a3dffa6f6f19c8f29b9a041271a8a68bd8eb4479 Mon Sep 17 00:00:00 2001 From: Joao Morais Date: Wed, 24 Jan 2024 07:06:38 -0300 Subject: [PATCH] update controller version to v0.14.6 --- 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 6e6cea4..b87b565 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.14.5 -appVersion: v0.14.5 +version: 0.14.6 +appVersion: v0.14.6 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 6250b88..9dbb363 100644 --- a/haproxy-ingress/README.md +++ b/haproxy-ingress/README.md @@ -102,7 +102,7 @@ Parameter | Description | Default `controller.automountServiceAccountToken` | Automount API credentials to the controller's pod | `true` | `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.14.5` +`controller.image.tag` | controller container image tag | `v0.14.6` `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 | `{}` @@ -121,7 +121,7 @@ Parameter | Description | Default `controller.ingressClassResource.parameters` | | `{}` `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.4.24-alpine` +`controller.haproxy.image.tag` | haproxy container image tag | `2.4.25-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 cd43d0b..83e040f 100644 --- a/haproxy-ingress/values.yaml +++ b/haproxy-ingress/values.yaml @@ -24,7 +24,7 @@ fullnameOverride: "" controller: image: repository: quay.io/jcmoraisjr/haproxy-ingress - tag: v0.14.5 + tag: v0.14.6 pullPolicy: IfNotPresent imagePullSecrets: [] @@ -338,7 +338,7 @@ controller: image: repository: haproxy - tag: "2.4.24-alpine" + tag: "2.4.25-alpine" pullPolicy: IfNotPresent ## Additional command line arguments to pass to haproxy