File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: haproxy-ingress
3
3
description : Ingress controller for HAProxy loadbalancer
4
4
type : application
5
5
version : 0.11.0-beta.3
6
- appVersion : v0.11-beta.3
6
+ appVersion : v0.11-beta.4
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 @@ -70,7 +70,7 @@ Parameter | Description | Default
70
70
` serviceAccount.name ` | ServiceAccount to be used | ``
71
71
` controller.name ` | name of the controller component | ` controller `
72
72
` controller.image.repository ` | controller container image repository | ` quay.io/jcmoraisjr/haproxy-ingress `
73
- ` controller.image.tag ` | controller container image tag | ` v0.11-beta.3 `
73
+ ` controller.image.tag ` | controller container image tag | ` v0.11-beta.4 `
74
74
` controller.image.pullPolicy ` | controller container image pullPolicy | ` IfNotPresent `
75
75
` controller.imagePullSecrets ` | controller image pull secrets | ` [] `
76
76
` controller.initContainers ` | extra containers that can initialize the haproxy-ingress-controller | ` [] `
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.11-beta.3
23
+ tag : v0.11-beta.4
24
24
pullPolicy : IfNotPresent
25
25
26
26
imagePullSecrets : []
You can’t perform that action at this time.
0 commit comments