mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
f507c603f9
commit
1c807ae3da
@@ -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
|
||||
|
||||
@@ -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 | `{}`
|
||||
|
||||
@@ -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: ""
|
||||
|
||||
Reference in New Issue
Block a user