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.0-alpha.3
6
- appVersion : v0.12-snapshot.3
5
+ version : 0.12.0-beta.1
6
+ appVersion : v0.12-beta.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 @@ -72,7 +72,7 @@ Parameter | Description | Default
72
72
` serviceAccount.name ` | ServiceAccount to be used | ``
73
73
` controller.name ` | name of the controller component | ` controller `
74
74
` controller.image.repository ` | controller container image repository | ` quay.io/jcmoraisjr/haproxy-ingress `
75
- ` controller.image.tag ` | controller container image tag | ` v0.12-snapshot.3 `
75
+ ` controller.image.tag ` | controller container image tag | ` v0.12-beta.1 `
76
76
` controller.image.pullPolicy ` | controller container image pullPolicy | ` IfNotPresent `
77
77
` controller.imagePullSecrets ` | controller image pull secrets | ` [] `
78
78
` controller.initContainers ` | extra containers that can initialize the haproxy-ingress-controller | ` [] `
@@ -83,7 +83,7 @@ Parameter | Description | Default
83
83
` controller.ingressClass ` | name of the ingress class to route through this controller | ` haproxy `
84
84
` controller.haproxy.enabled ` | set ` true ` to configure haproxy as a sidecar instead of use the embedded version | ` false `
85
85
` controller.haproxy.image.repository ` | haproxy container image repository, when enabled | ` haproxy `
86
- ` controller.haproxy.image.tag ` | haproxy container image tag | ` 2.2.4 -alpine `
86
+ ` controller.haproxy.image.tag ` | haproxy container image tag | ` 2.2.8 -alpine `
87
87
` controller.haproxy.image.pullPolicy ` | haproxy container image pullPolicy | ` IfNotPresent `
88
88
` controller.haproxy.extraArgs ` | extra command line arguments for haproxy | ` {} `
89
89
` 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-snapshot.3
23
+ tag : v0.12-beta.1
24
24
pullPolicy : IfNotPresent
25
25
26
26
imagePullSecrets : []
@@ -229,7 +229,7 @@ controller:
229
229
230
230
image :
231
231
repository : haproxy
232
- tag : " 2.2.4 -alpine"
232
+ tag : " 2.2.8 -alpine"
233
233
pullPolicy : IfNotPresent
234
234
235
235
# # Additional command line arguments to pass to haproxy
You can’t perform that action at this time.
0 commit comments