File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
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.8 .1
6
- appVersion : v0.8.6
5
+ version : 0.9 .1
6
+ appVersion : v0.9.2
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 @@ -69,7 +69,7 @@ Parameter | Description | Default
69
69
` serviceAccount.name ` | ServiceAccount to be used | ``
70
70
` controller.name ` | name of the controller component | ` controller `
71
71
` controller.image.repository ` | controller container image repository | ` quay.io/jcmoraisjr/haproxy-ingress `
72
- ` controller.image.tag ` | controller container image tag | ` v0.8.6 `
72
+ ` controller.image.tag ` | controller container image tag | ` v0.9.2 `
73
73
` controller.image.pullPolicy ` | controller container image pullPolicy | ` IfNotPresent `
74
74
` controller.imagePullSecrets ` | controller image pull secrets | ` [] `
75
75
` controller.initContainers ` | extra containers that can initialize the haproxy-ingress-controller | ` [] `
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ fullnameOverride: ""
18
18
controller :
19
19
image :
20
20
repository : quay.io/jcmoraisjr/haproxy-ingress
21
- tag : v0.8.6
21
+ tag : v0.9.2
22
22
pullPolicy : IfNotPresent
23
23
24
24
imagePullSecrets : []
You can’t perform that action at this time.
0 commit comments