Skip to content

Commit 34fc26d

Browse files
committed
update controller version to v0.12.9
1 parent 0195b24 commit 34fc26d

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.12.8
6-
appVersion: v0.12.8
5+
version: 0.12.9
6+
appVersion: v0.12.9
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
@@ -99,7 +99,7 @@ Parameter | Description | Default
9999
`serviceAccount.name` | ServiceAccount to be used | ``
100100
`controller.name` | name of the controller component | `controller`
101101
`controller.image.repository` | controller container image repository | `quay.io/jcmoraisjr/haproxy-ingress`
102-
`controller.image.tag` | controller container image tag | `v0.12.8`
102+
`controller.image.tag` | controller container image tag | `v0.12.9`
103103
`controller.image.pullPolicy` | controller container image pullPolicy | `IfNotPresent`
104104
`controller.imagePullSecrets` | controller image pull secrets | `[]`
105105
`controller.extraArgs` | extra command line arguments for the haproxy-ingress-controller | `{}`
@@ -113,7 +113,7 @@ Parameter | Description | Default
113113
`controller.ingressClass` | name of the ingress class to route through this controller | `haproxy`
114114
`controller.haproxy.enabled` | set `true` to configure haproxy as a sidecar instead of use the embedded version | `false`
115115
`controller.haproxy.image.repository` | haproxy container image repository, when enabled | `haproxy`
116-
`controller.haproxy.image.tag` | haproxy container image tag | `2.2.16-alpine`
116+
`controller.haproxy.image.tag` | haproxy container image tag | `2.2.17-alpine`
117117
`controller.haproxy.image.pullPolicy` | haproxy container image pullPolicy | `IfNotPresent`
118118
`controller.haproxy.extraArgs` | extra command line arguments for haproxy | `{}`
119119
`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.12.8
23+
tag: v0.12.9
2424
pullPolicy: IfNotPresent
2525

2626
imagePullSecrets: []
@@ -258,7 +258,7 @@ controller:
258258

259259
image:
260260
repository: haproxy
261-
tag: "2.2.16-alpine"
261+
tag: "2.2.17-alpine"
262262
pullPolicy: IfNotPresent
263263

264264
## Additional command line arguments to pass to haproxy

0 commit comments

Comments
 (0)