Skip to content

Commit

Permalink
update controller version to v0.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmoraisjr committed Jul 7, 2023
1 parent bb04b7a commit ba9cead
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.14.3
appVersion: v0.14.3
version: 0.14.4
appVersion: v0.14.4
icon: https://haproxy-ingress.github.io/favicons/favicon-256.png
keywords:
- haproxy
Expand Down
4 changes: 2 additions & 2 deletions haproxy-ingress/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,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.14.3`
`controller.image.tag` | controller container image tag | `v0.14.4`
`controller.image.pullPolicy` | controller container image pullPolicy | `IfNotPresent`
`controller.imagePullSecrets` | controller image pull secrets | `[]`
`controller.extraArgs` | extra command line arguments for the haproxy-ingress-controller | `{}`
Expand All @@ -119,7 +119,7 @@ Parameter | Description | Default
`controller.ingressClassResource.parameters` | | `{}`
`controller.haproxy.enabled` | set `true` to configure haproxy as a sidecar instead of use the embedded version | `false`
`controller.haproxy.image.repository` | haproxy container image repository, when enabled | `haproxy`
`controller.haproxy.image.tag` | haproxy container image tag | `2.4.22-alpine`
`controller.haproxy.image.tag` | haproxy container image tag | `2.4.23-alpine`
`controller.haproxy.image.pullPolicy` | haproxy container image pullPolicy | `IfNotPresent`
`controller.haproxy.extraArgs` | extra command line arguments for haproxy | `{}`
`controller.haproxy.resources` | haproxy container resource requests & limits | `{}`
Expand Down
4 changes: 2 additions & 2 deletions haproxy-ingress/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fullnameOverride: ""
controller:
image:
repository: quay.io/jcmoraisjr/haproxy-ingress
tag: v0.14.3
tag: v0.14.4
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down Expand Up @@ -332,7 +332,7 @@ controller:

image:
repository: haproxy
tag: "2.4.22-alpine"
tag: "2.4.23-alpine"
pullPolicy: IfNotPresent

## Additional command line arguments to pass to haproxy
Expand Down

0 comments on commit ba9cead

Please sign in to comment.