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.15.0-alpha.1
6
+ appVersion : v0.15.0-alpha.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 @@ -101,7 +101,7 @@ Parameter | Description | Default
101
101
` controller.name` | name of the controller component | `controller`
102
102
` controller.image.registry` | controller container image registry | `quay.io`
103
103
` controller.image.repository` | controller container image repository | `jcmoraisjr/haproxy-ingress`
104
- ` controller.image.tag` | controller container image tag | `v0.14.0 `
104
+ ` controller.image.tag` | controller container image tag | `v0.15.0-alpha.1 `
105
105
` controller.image.pullPolicy` | controller container image pullPolicy | `IfNotPresent`
106
106
` controller.imagePullSecrets` | controller image pull secrets | `[]`
107
107
` controller.extraArgs` | extra command line arguments for the haproxy-ingress-controller | `{}`
@@ -121,7 +121,7 @@ Parameter | Description | Default
121
121
` controller.haproxy.enabled` | set `true` to configure haproxy as a sidecar instead of use the embedded version | `false`
122
122
` controller.haproxy.image.registry` | haproxy container image registry, when enabled | `docker.io`
123
123
` controller.haproxy.image.repository` | haproxy container image repository, when enabled | `haproxy`
124
- ` controller.haproxy.image.tag` | haproxy container image tag | `2.4.20 -alpine`
124
+ ` controller.haproxy.image.tag` | haproxy container image tag | `2.6.9 -alpine`
125
125
` controller.haproxy.image.pullPolicy` | haproxy container image pullPolicy | `IfNotPresent`
126
126
` controller.haproxy.extraArgs` | extra command line arguments for haproxy | `{}`
127
127
` controller.haproxy.resources` | haproxy container resource requests & limits | `{}`
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ controller:
21
21
image :
22
22
registry : quay.io
23
23
repository : jcmoraisjr/haproxy-ingress
24
- tag : v0.14.0
24
+ tag : v0.15.0-alpha.1
25
25
pullPolicy : IfNotPresent
26
26
27
27
imagePullSecrets : []
@@ -331,7 +331,7 @@ controller:
331
331
image :
332
332
registry : docker.io
333
333
repository : haproxy
334
- tag : " 2.4.20 -alpine"
334
+ tag : " 2.6.9 -alpine"
335
335
pullPolicy : IfNotPresent
336
336
337
337
# # Additional command line arguments to pass to haproxy
You can’t perform that action at this time.
0 commit comments