diff --git a/haproxy-ingress/Chart.yaml b/haproxy-ingress/Chart.yaml index dc08d5e..9be4126 100644 --- a/haproxy-ingress/Chart.yaml +++ b/haproxy-ingress/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: haproxy-ingress description: Ingress controller for HAProxy loadbalancer type: application -version: 0.12.0 -appVersion: v0.12 +version: 0.12.1 +appVersion: v0.12.1 icon: https://haproxy-ingress.github.io/favicons/favicon-256.png keywords: - haproxy diff --git a/haproxy-ingress/README.md b/haproxy-ingress/README.md index c2382c3..68a9395 100755 --- a/haproxy-ingress/README.md +++ b/haproxy-ingress/README.md @@ -72,7 +72,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` +`controller.image.tag` | controller container image tag | `v0.12.1` `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 | `{}` diff --git a/haproxy-ingress/values.yaml b/haproxy-ingress/values.yaml index d30debb..c0becd6 100644 --- a/haproxy-ingress/values.yaml +++ b/haproxy-ingress/values.yaml @@ -20,7 +20,7 @@ fullnameOverride: "" controller: image: repository: quay.io/jcmoraisjr/haproxy-ingress - tag: v0.12 + tag: v0.12.1 pullPolicy: IfNotPresent imagePullSecrets: []