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.15.0-alpha.2
6
- appVersion : v0.15.0-alpha.2
5
+ version : 0.15.0-alpha.3
6
+ appVersion : v0.15.0-alpha.3
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 @@ -103,7 +103,7 @@ Parameter | Description | Default
103
103
` controller.name` | name of the controller component | `controller`
104
104
` controller.image.registry` | controller container image registry | `quay.io`
105
105
` controller.image.repository` | controller container image repository | `jcmoraisjr/haproxy-ingress`
106
- ` controller.image.tag` | controller container image tag | `v0.15.0-alpha.2 `
106
+ ` controller.image.tag` | controller container image tag | `v0.15.0-alpha.3 `
107
107
` controller.image.pullPolicy` | controller container image pullPolicy | `IfNotPresent`
108
108
` controller.imagePullSecrets` | controller image pull secrets | `[]`
109
109
` controller.extraArgs` | extra command line arguments for the haproxy-ingress-controller | `{}`
@@ -123,7 +123,7 @@ Parameter | Description | Default
123
123
` controller.haproxy.enabled` | set `true` to configure haproxy as a sidecar instead of use the embedded version | `false`
124
124
` controller.haproxy.image.registry` | haproxy container image registry, when enabled | `docker.io`
125
125
` controller.haproxy.image.repository` | haproxy container image repository, when enabled | `haproxy`
126
- ` controller.haproxy.image.tag` | haproxy container image tag | `2.6.14 -alpine`
126
+ ` controller.haproxy.image.tag` | haproxy container image tag | `2.6.17 -alpine`
127
127
` controller.haproxy.image.pullPolicy` | haproxy container image pullPolicy | `IfNotPresent`
128
128
` controller.haproxy.extraArgs` | extra command line arguments for haproxy | `{}`
129
129
` controller.haproxy.resources` | haproxy container resource requests & limits | `{}`
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ controller:
25
25
image :
26
26
registry : quay.io
27
27
repository : jcmoraisjr/haproxy-ingress
28
- tag : v0.15.0-alpha.2
28
+ tag : v0.15.0-alpha.3
29
29
pullPolicy : IfNotPresent
30
30
31
31
imagePullSecrets : []
@@ -340,7 +340,7 @@ controller:
340
340
image :
341
341
registry : docker.io
342
342
repository : haproxy
343
- tag : " 2.6.14 -alpine"
343
+ tag : " 2.6.17 -alpine"
344
344
pullPolicy : IfNotPresent
345
345
346
346
# # Additional command line arguments to pass to haproxy
You can’t perform that action at this time.
0 commit comments