[incubator/haproxy-ingress] haproxy-ingress v0.7.1 (#12981)

* Default value for initContainers should be empty array

Signed-off-by: Magnus Hyllander <magnus.hyllander@hivestreaming.com>

* haproxy-ingress v0.7.1

Signed-off-by: Magnus Hyllander <magnus.hyllander@hivestreaming.com>

* Chart version 0.0.11 and app version 0.7.1

Signed-off-by: Magnus Hyllander <magnus.hyllander@hivestreaming.com>
This commit is contained in:
Magnus Hyllander
2019-04-10 18:58:07 -07:00
committed by Kubernetes Prow Robot
parent f507c603f9
commit 1c807ae3da
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
name: haproxy-ingress
version: 0.0.10
appVersion: 0.7.0
version: 0.0.11
appVersion: 0.7.1
home: https://github.com/jcmoraisjr/haproxy-ingress
description: Ingress controller implementation for haproxy loadbalancer.
icon: http://www.haproxy.org/img/HAProxyCommunityEdition_60px.png
+2 -2
View File
@@ -41,9 +41,9 @@ Parameter | Description | Default
`serviceAccount.name` | ServiceAccount to be used | ``
`controller.name` | name of the controller component | `controller`
`controller.image.repository` | controller container image repository | `quay.io/jcmoraisjr/haproxy-ingress`
`controller.image.tag` | controller container image tag | `v0.7-beta.7`
`controller.image.tag` | controller container image tag | `v0.7.1`
`controller.image.pullPolicy` | controller container image pullPolicy | `IfNotPresent`
`controller.initContainers` | extra containers that can initialize the haproxy-ingress-controller | `{}`
`controller.initContainers` | extra containers that can initialize the haproxy-ingress-controller | `[]`
`controller.extraArgs` | extra command line arguments for the haproxy-ingress-controller | `{}`
`controller.extraEnv` | extra environment variables for the haproxy-ingress-controller | `{}`
`controller.template` | custom template for haproxy-ingress-controller | `{}`
+2 -2
View File
@@ -16,7 +16,7 @@ controller:
name: controller
image:
repository: quay.io/jcmoraisjr/haproxy-ingress
tag: "v0.7-beta.7"
tag: "v0.7.1"
pullPolicy: IfNotPresent
## Additional command line arguments to pass to haproxy-ingress-controller
@@ -36,7 +36,7 @@ controller:
# name: secret-resource
## Additional containers that can initialize the pod.
initContainers: {}
initContainers: []
# custom haproxy template
template: ""