Skip to content

Commit 9f5e9c4

Browse files
committed
update controller version to v0.12-beta.1
1 parent e28c6b6 commit 9f5e9c4

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.12.0-alpha.3
6-
appVersion: v0.12-snapshot.3
5+
version: 0.12.0-beta.1
6+
appVersion: v0.12-beta.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
@@ -72,7 +72,7 @@ Parameter | Description | Default
7272
`serviceAccount.name` | ServiceAccount to be used | ``
7373
`controller.name` | name of the controller component | `controller`
7474
`controller.image.repository` | controller container image repository | `quay.io/jcmoraisjr/haproxy-ingress`
75-
`controller.image.tag` | controller container image tag | `v0.12-snapshot.3`
75+
`controller.image.tag` | controller container image tag | `v0.12-beta.1`
7676
`controller.image.pullPolicy` | controller container image pullPolicy | `IfNotPresent`
7777
`controller.imagePullSecrets` | controller image pull secrets | `[]`
7878
`controller.initContainers` | extra containers that can initialize the haproxy-ingress-controller | `[]`
@@ -83,7 +83,7 @@ Parameter | Description | Default
8383
`controller.ingressClass` | name of the ingress class to route through this controller | `haproxy`
8484
`controller.haproxy.enabled` | set `true` to configure haproxy as a sidecar instead of use the embedded version | `false`
8585
`controller.haproxy.image.repository` | haproxy container image repository, when enabled | `haproxy`
86-
`controller.haproxy.image.tag` | haproxy container image tag | `2.2.4-alpine`
86+
`controller.haproxy.image.tag` | haproxy container image tag | `2.2.8-alpine`
8787
`controller.haproxy.image.pullPolicy` | haproxy container image pullPolicy | `IfNotPresent`
8888
`controller.haproxy.extraArgs` | extra command line arguments for haproxy | `{}`
8989
`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
@@ -20,7 +20,7 @@ fullnameOverride: ""
2020
controller:
2121
image:
2222
repository: quay.io/jcmoraisjr/haproxy-ingress
23-
tag: v0.12-snapshot.3
23+
tag: v0.12-beta.1
2424
pullPolicy: IfNotPresent
2525

2626
imagePullSecrets: []
@@ -229,7 +229,7 @@ controller:
229229

230230
image:
231231
repository: haproxy
232-
tag: "2.2.4-alpine"
232+
tag: "2.2.8-alpine"
233233
pullPolicy: IfNotPresent
234234

235235
## Additional command line arguments to pass to haproxy

0 commit comments

Comments
 (0)