diff --git a/haproxy-ingress/Chart.yaml b/haproxy-ingress/Chart.yaml index 25e1f31..01078e8 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.13.9 -appVersion: v0.13.9 +version: 0.13.10 +appVersion: v0.13.10 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 e43d0a3..d794f31 100755 --- a/haproxy-ingress/README.md +++ b/haproxy-ingress/README.md @@ -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.13.9` +`controller.image.tag` | controller container image tag | `v0.13.10` `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 215ba3f..5893f33 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.13.9 + tag: v0.13.10 pullPolicy: IfNotPresent imagePullSecrets: []