Skip to content

Commit 5858a03

Browse files
committed
update controller version to v0.13.16
1 parent 7250cb0 commit 5858a03

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.13.15
6-
appVersion: v0.13.15
5+
version: 0.13.16
6+
appVersion: v0.13.16
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.13.15`
103+
`controller.image.tag` | controller container image tag | `v0.13.16`
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.25-alpine`
122+
`controller.haproxy.image.tag` | haproxy container image tag | `2.4.26-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
@@ -22,7 +22,7 @@ fullnameOverride: ""
2222
controller:
2323
image:
2424
repository: quay.io/jcmoraisjr/haproxy-ingress
25-
tag: v0.13.15
25+
tag: v0.13.16
2626
pullPolicy: IfNotPresent
2727

2828
imagePullSecrets: []
@@ -328,7 +328,7 @@ controller:
328328

329329
image:
330330
repository: haproxy
331-
tag: "2.4.25-alpine"
331+
tag: "2.4.26-alpine"
332332
pullPolicy: IfNotPresent
333333

334334
## Additional command line arguments to pass to haproxy

0 commit comments

Comments
 (0)