Skip to content

Commit f2e760b

Browse files
committed
update controller to v0.14.1
1 parent 79db12a commit f2e760b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

haproxy-ingress/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: haproxy-ingress
33
description: Ingress controller for HAProxy loadbalancer
44
type: application
5-
version: 0.14.0
6-
appVersion: v0.14.0
5+
version: 0.14.1
6+
appVersion: v0.14.1
77
icon: https://haproxy-ingress.github.io/favicons/favicon-256.png
88
keywords:
99
- haproxy

haproxy-ingress/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Parameter | Description | Default
100100
`serviceAccount.name` | ServiceAccount to be used | ``
101101
`controller.name` | name of the controller component | `controller`
102102
`controller.image.repository` | controller container image repository | `quay.io/jcmoraisjr/haproxy-ingress`
103-
`controller.image.tag` | controller container image tag | `v0.14.0`
103+
`controller.image.tag` | controller container image tag | `v0.14.1`
104104
`controller.image.pullPolicy` | controller container image pullPolicy | `IfNotPresent`
105105
`controller.imagePullSecrets` | controller image pull secrets | `[]`
106106
`controller.extraArgs` | extra command line arguments for the haproxy-ingress-controller | `{}`
@@ -119,7 +119,7 @@ Parameter | Description | Default
119119
`controller.ingressClassResource.parameters` | | `{}`
120120
`controller.haproxy.enabled` | set `true` to configure haproxy as a sidecar instead of use the embedded version | `false`
121121
`controller.haproxy.image.repository` | haproxy container image repository, when enabled | `haproxy`
122-
`controller.haproxy.image.tag` | haproxy container image tag | `2.4.20-alpine`
122+
`controller.haproxy.image.tag` | haproxy container image tag | `2.4.21-alpine`
123123
`controller.haproxy.image.pullPolicy` | haproxy container image pullPolicy | `IfNotPresent`
124124
`controller.haproxy.extraArgs` | extra command line arguments for haproxy | `{}`
125125
`controller.haproxy.resources` | haproxy container resource requests & limits | `{}`

haproxy-ingress/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ fullnameOverride: ""
2020
controller:
2121
image:
2222
repository: quay.io/jcmoraisjr/haproxy-ingress
23-
tag: v0.14.0
23+
tag: v0.14.1
2424
pullPolicy: IfNotPresent
2525

2626
imagePullSecrets: []
@@ -329,7 +329,7 @@ controller:
329329

330330
image:
331331
repository: haproxy
332-
tag: "2.4.20-alpine"
332+
tag: "2.4.21-alpine"
333333
pullPolicy: IfNotPresent
334334

335335
## Additional command line arguments to pass to haproxy

0 commit comments

Comments
 (0)