[incubator/haproxy-ingress] haproxy-ingress v0.7.2 (#14519)

* Added imagePullSecrets

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

* Update to haproxy-ingress v0.7.2

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

* Force DCO check

Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
This commit is contained in:
Magnus Hyllander
2019-07-28 05:29:55 -07:00
committed by Kubernetes Prow Robot
parent 92c7669243
commit 207e6f74b2
5 changed files with 16 additions and 4 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
apiVersion: v1
name: haproxy-ingress
version: 0.0.14
appVersion: 0.7.1
version: 0.0.15
appVersion: 0.7.2
home: https://github.com/jcmoraisjr/haproxy-ingress
description: Ingress controller implementation for haproxy loadbalancer.
icon: http://www.haproxy.org/img/HAProxyCommunityEdition_60px.png
+2 -1
View File
@@ -41,8 +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.1`
`controller.image.tag` | controller container image tag | `v0.7.2`
`controller.image.pullPolicy` | controller container image pullPolicy | `IfNotPresent`
`controller.imagePullSecrets` | controller image pull secrets | `[]`
`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 | `{}`
@@ -166,6 +166,10 @@ spec:
resources:
{{ toYaml .Values.controller.metrics.resources | indent 12 }}
{{- end }}
{{- if .Values.controller.imagePullSecrets }}
imagePullSecrets:
{{ toYaml .Values.controller.imagePullSecrets | indent 8 }}
{{- end }}
{{- if .Values.controller.template }}
volumes:
- name: haproxy-template
@@ -157,6 +157,10 @@ spec:
resources:
{{ toYaml .Values.controller.metrics.resources | indent 12 }}
{{- end }}
{{- if .Values.controller.imagePullSecrets }}
imagePullSecrets:
{{ toYaml .Values.controller.imagePullSecrets | indent 8 }}
{{- end }}
{{- if .Values.controller.template }}
volumes:
- name: haproxy-template
+4 -1
View File
@@ -16,9 +16,12 @@ controller:
name: controller
image:
repository: quay.io/jcmoraisjr/haproxy-ingress
tag: "v0.7.1"
tag: "v0.7.2"
pullPolicy: IfNotPresent
imagePullSecrets: []
# - name: secret-name
## Additional command line arguments to pass to haproxy-ingress-controller
## E.g. to specify the default SSL certificate you can use
## extraArgs: