diff --git a/haproxy-ingress/Chart.yaml b/haproxy-ingress/Chart.yaml index 066b9b0..5d2aaa5 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.10.4 -appVersion: v0.10.4 +version: 0.10.5 +appVersion: v0.10.5 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 106de17..b5b6f34 100755 --- a/haproxy-ingress/README.md +++ b/haproxy-ingress/README.md @@ -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.10.4` +`controller.image.tag` | controller container image tag | `v0.10.5` `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 | `[]` diff --git a/haproxy-ingress/values.yaml b/haproxy-ingress/values.yaml index 7b1ecf2..81423fd 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.10.4 + tag: v0.10.5 pullPolicy: IfNotPresent imagePullSecrets: []