Skip to content

Commit eddd1a6

Browse files
committed
update controller version to v0.15.0-alpha.3
1 parent fc168b8 commit eddd1a6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

haproxy-ingress/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: haproxy-ingress
33
description: Ingress controller for HAProxy loadbalancer
44
type: application
5-
version: 0.15.0-alpha.2
6-
appVersion: v0.15.0-alpha.2
5+
version: 0.15.0-alpha.3
6+
appVersion: v0.15.0-alpha.3
77
icon: https://haproxy-ingress.github.io/favicons/favicon-256.png
88
keywords:
99
- haproxy

haproxy-ingress/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Parameter | Description | Default
103103
`controller.name` | name of the controller component | `controller`
104104
`controller.image.registry` | controller container image registry | `quay.io`
105105
`controller.image.repository` | controller container image repository | `jcmoraisjr/haproxy-ingress`
106-
`controller.image.tag` | controller container image tag | `v0.15.0-alpha.2`
106+
`controller.image.tag` | controller container image tag | `v0.15.0-alpha.3`
107107
`controller.image.pullPolicy` | controller container image pullPolicy | `IfNotPresent`
108108
`controller.imagePullSecrets` | controller image pull secrets | `[]`
109109
`controller.extraArgs` | extra command line arguments for the haproxy-ingress-controller | `{}`
@@ -123,7 +123,7 @@ Parameter | Description | Default
123123
`controller.haproxy.enabled` | set `true` to configure haproxy as a sidecar instead of use the embedded version | `false`
124124
`controller.haproxy.image.registry` | haproxy container image registry, when enabled | `docker.io`
125125
`controller.haproxy.image.repository` | haproxy container image repository, when enabled | `haproxy`
126-
`controller.haproxy.image.tag` | haproxy container image tag | `2.6.14-alpine`
126+
`controller.haproxy.image.tag` | haproxy container image tag | `2.6.17-alpine`
127127
`controller.haproxy.image.pullPolicy` | haproxy container image pullPolicy | `IfNotPresent`
128128
`controller.haproxy.extraArgs` | extra command line arguments for haproxy | `{}`
129129
`controller.haproxy.resources` | haproxy container resource requests & limits | `{}`

haproxy-ingress/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ controller:
2525
image:
2626
registry: quay.io
2727
repository: jcmoraisjr/haproxy-ingress
28-
tag: v0.15.0-alpha.2
28+
tag: v0.15.0-alpha.3
2929
pullPolicy: IfNotPresent
3030

3131
imagePullSecrets: []
@@ -340,7 +340,7 @@ controller:
340340
image:
341341
registry: docker.io
342342
repository: haproxy
343-
tag: "2.6.14-alpine"
343+
tag: "2.6.17-alpine"
344344
pullPolicy: IfNotPresent
345345

346346
## Additional command line arguments to pass to haproxy

0 commit comments

Comments
 (0)