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.12.3
6
- appVersion : v0.12.3
5
+ version : 0.13.0-snapshot.1
6
+ appVersion : v0.13.0-snapshot.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 @@ -99,7 +99,7 @@ Parameter | Description | Default
99
99
` serviceAccount.name` | ServiceAccount to be used | ``
100
100
` controller.name` | name of the controller component | `controller`
101
101
` controller.image.repository` | controller container image repository | `quay.io/jcmoraisjr/haproxy-ingress`
102
- ` controller.image.tag` | controller container image tag | `v0.12.3 `
102
+ ` controller.image.tag` | controller container image tag | `v0.13.0-snapshot.1 `
103
103
` controller.image.pullPolicy` | controller container image pullPolicy | `IfNotPresent`
104
104
` controller.imagePullSecrets` | controller image pull secrets | `[]`
105
105
` controller.extraArgs` | extra command line arguments for the haproxy-ingress-controller | `{}`
@@ -112,7 +112,7 @@ Parameter | Description | Default
112
112
` controller.ingressClass` | name of the ingress class to route through this controller | `haproxy`
113
113
` controller.haproxy.enabled` | set `true` to configure haproxy as a sidecar instead of use the embedded version | `false`
114
114
` controller.haproxy.image.repository` | haproxy container image repository, when enabled | `haproxy`
115
- ` controller.haproxy.image.tag` | haproxy container image tag | `2.2.13 -alpine`
115
+ ` controller.haproxy.image.tag` | haproxy container image tag | `2.3.9 -alpine`
116
116
` controller.haproxy.image.pullPolicy` | haproxy container image pullPolicy | `IfNotPresent`
117
117
` controller.haproxy.extraArgs` | extra command line arguments for haproxy | `{}`
118
118
` 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.12.3
23
+ tag : v0.13.0-snapshot.1
24
24
pullPolicy : IfNotPresent
25
25
26
26
imagePullSecrets : []
@@ -241,7 +241,7 @@ controller:
241
241
242
242
image :
243
243
repository : haproxy
244
- tag : " 2.2.13 -alpine"
244
+ tag : " 2.3.9 -alpine"
245
245
pullPolicy : IfNotPresent
246
246
247
247
# # Additional command line arguments to pass to haproxy
You can’t perform that action at this time.
0 commit comments