Skip to content

Commit af6b532

Browse files
committed
update controller to v0.13.0-snapshot.1
1 parent 41d8085 commit af6b532

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.3
6-
appVersion: v0.12.3
5+
version: 0.13.0-snapshot.1
6+
appVersion: v0.13.0-snapshot.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
@@ -99,7 +99,7 @@ Parameter | Description | Default
9999
`serviceAccount.name` | ServiceAccount to be used | ``
100100
`controller.name` | name of the controller component | `controller`
101101
`controller.image.repository` | controller container image repository | `quay.io/jcmoraisjr/haproxy-ingress`
102-
`controller.image.tag` | controller container image tag | `v0.12.3`
102+
`controller.image.tag` | controller container image tag | `v0.13.0-snapshot.1`
103103
`controller.image.pullPolicy` | controller container image pullPolicy | `IfNotPresent`
104104
`controller.imagePullSecrets` | controller image pull secrets | `[]`
105105
`controller.extraArgs` | extra command line arguments for the haproxy-ingress-controller | `{}`
@@ -112,7 +112,7 @@ Parameter | Description | Default
112112
`controller.ingressClass` | name of the ingress class to route through this controller | `haproxy`
113113
`controller.haproxy.enabled` | set `true` to configure haproxy as a sidecar instead of use the embedded version | `false`
114114
`controller.haproxy.image.repository` | haproxy container image repository, when enabled | `haproxy`
115-
`controller.haproxy.image.tag` | haproxy container image tag | `2.2.13-alpine`
115+
`controller.haproxy.image.tag` | haproxy container image tag | `2.3.9-alpine`
116116
`controller.haproxy.image.pullPolicy` | haproxy container image pullPolicy | `IfNotPresent`
117117
`controller.haproxy.extraArgs` | extra command line arguments for haproxy | `{}`
118118
`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.3
23+
tag: v0.13.0-snapshot.1
2424
pullPolicy: IfNotPresent
2525

2626
imagePullSecrets: []
@@ -241,7 +241,7 @@ controller:
241241

242242
image:
243243
repository: haproxy
244-
tag: "2.2.13-alpine"
244+
tag: "2.3.9-alpine"
245245
pullPolicy: IfNotPresent
246246

247247
## Additional command line arguments to pass to haproxy

0 commit comments

Comments
 (0)