Skip to content

Commit 5ff915e

Browse files
committed
update controller version to v0.15.0-beta.2
1 parent c252cbc commit 5ff915e

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-beta.1
6-
appVersion: v0.15.0-beta.1
5+
version: 0.15.0-beta.2
6+
appVersion: v0.15.0-beta.2
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
@@ -104,7 +104,7 @@ Parameter | Description | Default
104104
`controller.name` | name of the controller component | `controller`
105105
`controller.image.registry` | controller container image registry | `quay.io`
106106
`controller.image.repository` | controller container image repository | `jcmoraisjr/haproxy-ingress`
107-
`controller.image.tag` | controller container image tag | `v0.15.0-beta.1`
107+
`controller.image.tag` | controller container image tag | `v0.15.0-beta.2`
108108
`controller.image.pullPolicy` | controller container image pullPolicy | `IfNotPresent`
109109
`controller.imagePullSecrets` | controller image pull secrets | `[]`
110110
`controller.extraArgs` | extra command line arguments for the haproxy-ingress-controller | `{}`
@@ -124,7 +124,7 @@ Parameter | Description | Default
124124
`controller.haproxy.enabled` | set `true` to configure haproxy as a sidecar instead of use the embedded version | `false`
125125
`controller.haproxy.image.registry` | haproxy container image registry, when enabled | `docker.io`
126126
`controller.haproxy.image.repository` | haproxy container image repository, when enabled | `haproxy`
127-
`controller.haproxy.image.tag` | haproxy container image tag | `2.6.21-alpine`
127+
`controller.haproxy.image.tag` | haproxy container image tag | `2.6.22-alpine`
128128
`controller.haproxy.image.pullPolicy` | haproxy container image pullPolicy | `IfNotPresent`
129129
`controller.haproxy.extraArgs` | extra command line arguments for haproxy | `{}`
130130
`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
@@ -28,7 +28,7 @@ controller:
2828
image:
2929
registry: quay.io
3030
repository: jcmoraisjr/haproxy-ingress
31-
tag: v0.15.0-beta.1
31+
tag: v0.15.0-beta.2
3232
pullPolicy: IfNotPresent
3333

3434
imagePullSecrets: []
@@ -359,7 +359,7 @@ controller:
359359
image:
360360
registry: docker.io
361361
repository: haproxy
362-
tag: "2.6.21-alpine"
362+
tag: "2.6.22-alpine"
363363
pullPolicy: IfNotPresent
364364

365365
## Additional command line arguments to pass to haproxy

0 commit comments

Comments
 (0)