diff --git a/haproxy-ingress/Chart.yaml b/haproxy-ingress/Chart.yaml index 7ba2799..6e6cea4 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.4 -appVersion: v0.14.4 +version: 0.14.5 +appVersion: v0.14.5 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 3bb08a6..6be9582 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.4` +`controller.image.tag` | controller container image tag | `v0.14.5` `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.23-alpine` +`controller.haproxy.image.tag` | haproxy container image tag | `2.4.24-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 87ccedb..4bbe79c 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.4 + tag: v0.14.5 pullPolicy: IfNotPresent imagePullSecrets: [] @@ -337,7 +337,7 @@ controller: image: repository: haproxy - tag: "2.4.23-alpine" + tag: "2.4.24-alpine" pullPolicy: IfNotPresent ## Additional command line arguments to pass to haproxy