Skip to content

Commit

Permalink
update controller version to v0.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmoraisjr committed Feb 27, 2021
1 parent 50d4d82 commit fe2402c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions haproxy-ingress/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: haproxy-ingress
description: Ingress controller for HAProxy loadbalancer
type: application
version: 0.10.4
appVersion: v0.10.4
version: 0.10.5
appVersion: v0.10.5
icon: https://haproxy-ingress.github.io/favicons/favicon-256.png
keywords:
- haproxy
Expand Down
2 changes: 1 addition & 1 deletion haproxy-ingress/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Parameter | Description | Default
`serviceAccount.name` | ServiceAccount to be used | ``
`controller.name` | name of the controller component | `controller`
`controller.image.repository` | controller container image repository | `quay.io/jcmoraisjr/haproxy-ingress`
`controller.image.tag` | controller container image tag | `v0.10.4`
`controller.image.tag` | controller container image tag | `v0.10.5`
`controller.image.pullPolicy` | controller container image pullPolicy | `IfNotPresent`
`controller.imagePullSecrets` | controller image pull secrets | `[]`
`controller.initContainers` | extra containers that can initialize the haproxy-ingress-controller | `[]`
Expand Down
2 changes: 1 addition & 1 deletion haproxy-ingress/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fullnameOverride: ""
controller:
image:
repository: quay.io/jcmoraisjr/haproxy-ingress
tag: v0.10.4
tag: v0.10.5
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down

0 comments on commit fe2402c

Please sign in to comment.