From 50d4d8276464819355620c5ab09b80064ff57257 Mon Sep 17 00:00:00 2001 From: Joao Morais Date: Wed, 3 Feb 2021 07:17:51 -0300 Subject: [PATCH] update controller version to v0.10.4 --- haproxy-ingress/Chart.yaml | 4 ++-- haproxy-ingress/README.md | 2 +- haproxy-ingress/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/haproxy-ingress/Chart.yaml b/haproxy-ingress/Chart.yaml index 3ef2af8..066b9b0 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.3 -appVersion: v0.10.3 +version: 0.10.4 +appVersion: v0.10.4 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 ce1afe5..106de17 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.3` +`controller.image.tag` | controller container image tag | `v0.10.4` `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 304729c..7b1ecf2 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.3 + tag: v0.10.4 pullPolicy: IfNotPresent imagePullSecrets: []