File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
2
2
name : haproxy-ingress
3
3
description : Ingress controller for HAProxy loadbalancer
4
4
type : application
5
- version : 0.14.0
6
- appVersion : v0.14.0
5
+ version : 0.14.1
6
+ appVersion : v0.14.1
7
7
icon : https://haproxy-ingress.github.io/favicons/favicon-256.png
8
8
keywords :
9
9
- haproxy
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ Parameter | Description | Default
100
100
` serviceAccount.name` | ServiceAccount to be used | ``
101
101
` controller.name` | name of the controller component | `controller`
102
102
` 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 `
104
104
` controller.image.pullPolicy` | controller container image pullPolicy | `IfNotPresent`
105
105
` controller.imagePullSecrets` | controller image pull secrets | `[]`
106
106
` controller.extraArgs` | extra command line arguments for the haproxy-ingress-controller | `{}`
@@ -119,7 +119,7 @@ Parameter | Description | Default
119
119
` controller.ingressClassResource.parameters` | | `{}`
120
120
` controller.haproxy.enabled` | set `true` to configure haproxy as a sidecar instead of use the embedded version | `false`
121
121
` 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`
123
123
` controller.haproxy.image.pullPolicy` | haproxy container image pullPolicy | `IfNotPresent`
124
124
` controller.haproxy.extraArgs` | extra command line arguments for haproxy | `{}`
125
125
` controller.haproxy.resources` | haproxy container resource requests & limits | `{}`
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ fullnameOverride: ""
20
20
controller :
21
21
image :
22
22
repository : quay.io/jcmoraisjr/haproxy-ingress
23
- tag : v0.14.0
23
+ tag : v0.14.1
24
24
pullPolicy : IfNotPresent
25
25
26
26
imagePullSecrets : []
@@ -329,7 +329,7 @@ controller:
329
329
330
330
image :
331
331
repository : haproxy
332
- tag : " 2.4.20 -alpine"
332
+ tag : " 2.4.21 -alpine"
333
333
pullPolicy : IfNotPresent
334
334
335
335
# # Additional command line arguments to pass to haproxy
You can’t perform that action at this time.
0 commit comments