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
22name : haproxy-ingress
33description : Ingress controller for HAProxy loadbalancer
44type : application
5- version : 0.15.0-beta.1
6- appVersion : v0.15.0-beta.1
5+ version : 0.15.0-beta.2
6+ appVersion : v0.15.0-beta.2
77icon : https://haproxy-ingress.github.io/favicons/favicon-256.png
88keywords :
99 - haproxy
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ Parameter | Description | Default
104104` controller.name` | name of the controller component | `controller`
105105` controller.image.registry` | controller container image registry | `quay.io`
106106` controller.image.repository` | controller container image repository | `jcmoraisjr/haproxy-ingress`
107- ` controller.image.tag` | controller container image tag | `v0.15.0-beta.1 `
107+ ` controller.image.tag` | controller container image tag | `v0.15.0-beta.2 `
108108` controller.image.pullPolicy` | controller container image pullPolicy | `IfNotPresent`
109109` controller.imagePullSecrets` | controller image pull secrets | `[]`
110110` controller.extraArgs` | extra command line arguments for the haproxy-ingress-controller | `{}`
@@ -124,7 +124,7 @@ Parameter | Description | Default
124124` controller.haproxy.enabled` | set `true` to configure haproxy as a sidecar instead of use the embedded version | `false`
125125` controller.haproxy.image.registry` | haproxy container image registry, when enabled | `docker.io`
126126` controller.haproxy.image.repository` | haproxy container image repository, when enabled | `haproxy`
127- ` controller.haproxy.image.tag` | haproxy container image tag | `2.6.21 -alpine`
127+ ` controller.haproxy.image.tag` | haproxy container image tag | `2.6.22 -alpine`
128128` controller.haproxy.image.pullPolicy` | haproxy container image pullPolicy | `IfNotPresent`
129129` controller.haproxy.extraArgs` | extra command line arguments for haproxy | `{}`
130130` controller.haproxy.resources` | haproxy container resource requests & limits | `{}`
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ controller:
2828 image :
2929 registry : quay.io
3030 repository : jcmoraisjr/haproxy-ingress
31- tag : v0.15.0-beta.1
31+ tag : v0.15.0-beta.2
3232 pullPolicy : IfNotPresent
3333
3434 imagePullSecrets : []
@@ -359,7 +359,7 @@ controller:
359359 image :
360360 registry : docker.io
361361 repository : haproxy
362- tag : " 2.6.21 -alpine"
362+ tag : " 2.6.22 -alpine"
363363 pullPolicy : IfNotPresent
364364
365365 # # Additional command line arguments to pass to haproxy
You can’t perform that action at this time.
0 commit comments