Skip to content

Commit 39afd9a

Browse files
committed
update controller to v0.11-beta.4
1 parent fdf972d commit 39afd9a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

haproxy-ingress/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: haproxy-ingress
33
description: Ingress controller for HAProxy loadbalancer
44
type: application
55
version: 0.11.0-beta.3
6-
appVersion: v0.11-beta.3
6+
appVersion: v0.11-beta.4
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
@@ -70,7 +70,7 @@ Parameter | Description | Default
7070
`serviceAccount.name` | ServiceAccount to be used | ``
7171
`controller.name` | name of the controller component | `controller`
7272
`controller.image.repository` | controller container image repository | `quay.io/jcmoraisjr/haproxy-ingress`
73-
`controller.image.tag` | controller container image tag | `v0.11-beta.3`
73+
`controller.image.tag` | controller container image tag | `v0.11-beta.4`
7474
`controller.image.pullPolicy` | controller container image pullPolicy | `IfNotPresent`
7575
`controller.imagePullSecrets` | controller image pull secrets | `[]`
7676
`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
@@ -20,7 +20,7 @@ fullnameOverride: ""
2020
controller:
2121
image:
2222
repository: quay.io/jcmoraisjr/haproxy-ingress
23-
tag: v0.11-beta.3
23+
tag: v0.11-beta.4
2424
pullPolicy: IfNotPresent
2525

2626
imagePullSecrets: []

0 commit comments

Comments
 (0)