mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
92c7669243
commit
207e6f74b2
@@ -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
|
||||
|
||||
Regular → Executable
+2
-1
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user