Skip to content

Commit c455f75

Browse files
committed
update controller to v0.9.2
1 parent 53228f6 commit c455f75

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.8.1
6-
appVersion: v0.8.6
5+
version: 0.9.1
6+
appVersion: v0.9.2
77
icon: https://haproxy-ingress.github.io/favicons/favicon-256.png
88
keywords:
99
- haproxy

haproxy-ingress/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Parameter | Description | Default
6969
`serviceAccount.name` | ServiceAccount to be used | ``
7070
`controller.name` | name of the controller component | `controller`
7171
`controller.image.repository` | controller container image repository | `quay.io/jcmoraisjr/haproxy-ingress`
72-
`controller.image.tag` | controller container image tag | `v0.8.6`
72+
`controller.image.tag` | controller container image tag | `v0.9.2`
7373
`controller.image.pullPolicy` | controller container image pullPolicy | `IfNotPresent`
7474
`controller.imagePullSecrets` | controller image pull secrets | `[]`
7575
`controller.initContainers` | extra containers that can initialize the haproxy-ingress-controller | `[]`

haproxy-ingress/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ fullnameOverride: ""
1818
controller:
1919
image:
2020
repository: quay.io/jcmoraisjr/haproxy-ingress
21-
tag: v0.8.6
21+
tag: v0.9.2
2222
pullPolicy: IfNotPresent
2323

2424
imagePullSecrets: []

0 commit comments

Comments
 (0)