Skip to content

Commit 95d990a

Browse files
committed
update controller version to v0.15.0-alpha.1
1 parent 7ab6f30 commit 95d990a

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.14.0
6-
appVersion: v0.14.0
5+
version: 0.15.0-alpha.1
6+
appVersion: v0.15.0-alpha.1
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
@@ -101,7 +101,7 @@ Parameter | Description | Default
101101
`controller.name` | name of the controller component | `controller`
102102
`controller.image.registry` | controller container image registry | `quay.io`
103103
`controller.image.repository` | controller container image repository | `jcmoraisjr/haproxy-ingress`
104-
`controller.image.tag` | controller container image tag | `v0.14.0`
104+
`controller.image.tag` | controller container image tag | `v0.15.0-alpha.1`
105105
`controller.image.pullPolicy` | controller container image pullPolicy | `IfNotPresent`
106106
`controller.imagePullSecrets` | controller image pull secrets | `[]`
107107
`controller.extraArgs` | extra command line arguments for the haproxy-ingress-controller | `{}`
@@ -121,7 +121,7 @@ Parameter | Description | Default
121121
`controller.haproxy.enabled` | set `true` to configure haproxy as a sidecar instead of use the embedded version | `false`
122122
`controller.haproxy.image.registry` | haproxy container image registry, when enabled | `docker.io`
123123
`controller.haproxy.image.repository` | haproxy container image repository, when enabled | `haproxy`
124-
`controller.haproxy.image.tag` | haproxy container image tag | `2.4.20-alpine`
124+
`controller.haproxy.image.tag` | haproxy container image tag | `2.6.9-alpine`
125125
`controller.haproxy.image.pullPolicy` | haproxy container image pullPolicy | `IfNotPresent`
126126
`controller.haproxy.extraArgs` | extra command line arguments for haproxy | `{}`
127127
`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
@@ -21,7 +21,7 @@ controller:
2121
image:
2222
registry: quay.io
2323
repository: jcmoraisjr/haproxy-ingress
24-
tag: v0.14.0
24+
tag: v0.15.0-alpha.1
2525
pullPolicy: IfNotPresent
2626

2727
imagePullSecrets: []
@@ -331,7 +331,7 @@ controller:
331331
image:
332332
registry: docker.io
333333
repository: haproxy
334-
tag: "2.4.20-alpine"
334+
tag: "2.6.9-alpine"
335335
pullPolicy: IfNotPresent
336336

337337
## Additional command line arguments to pass to haproxy

0 commit comments

Comments
 (0)