Skip to content

Commit

Permalink
update controller to v0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmoraisjr committed Nov 17, 2020
1 parent c38c517 commit 3873fa9
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.11.0-beta.4
appVersion: v0.11-beta.4
version: 0.11.0
appVersion: v0.11
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.11-beta.4`
`controller.image.tag` | controller container image tag | `v0.11`
`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.11-beta.4
tag: v0.11
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down

0 comments on commit 3873fa9

Please sign in to comment.