Skip to content

Commit

Permalink
update controller version to v0.12.19
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmoraisjr committed Sep 1, 2023
1 parent 1ad8933 commit 7a52a36
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.12.18
appVersion: v0.12.18
version: 0.12.19
appVersion: v0.12.19
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 @@ -99,7 +99,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.18`
`controller.image.tag` | controller container image tag | `v0.12.19`
`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 @@ -113,7 +113,7 @@ Parameter | Description | Default
`controller.ingressClass` | name of the ingress class to route through this controller | `haproxy`
`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.2.30-alpine`
`controller.haproxy.image.tag` | haproxy container image tag | `2.2.31-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 @@ -20,7 +20,7 @@ fullnameOverride: ""
controller:
image:
repository: quay.io/jcmoraisjr/haproxy-ingress
tag: v0.12.18
tag: v0.12.19
pullPolicy: IfNotPresent

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

image:
repository: haproxy
tag: "2.2.30-alpine"
tag: "2.2.31-alpine"
pullPolicy: IfNotPresent

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

0 comments on commit 7a52a36

Please sign in to comment.