Skip to content

Commit

Permalink
update controller to v0.12-snapshot.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmoraisjr committed Nov 18, 2020
1 parent 71c659f commit d8e4212
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion haproxy-ingress/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: haproxy-ingress
description: Ingress controller for HAProxy loadbalancer
type: application
version: 0.12.0-alpha.2
appVersion: v0.12-snapshot.1
appVersion: v0.12-snapshot.2
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.12-snapshot.1`
`controller.image.tag` | controller container image tag | `v0.12-snapshot.2`
`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.12-snapshot.1
tag: v0.12-snapshot.2
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down

0 comments on commit d8e4212

Please sign in to comment.