From 1c807ae3dae15e653ba5c5273cb2eb68e4c4ec6c Mon Sep 17 00:00:00 2001 From: Magnus Hyllander Date: Thu, 11 Apr 2019 03:58:07 +0200 Subject: [PATCH] [incubator/haproxy-ingress] haproxy-ingress v0.7.1 (#12981) * Default value for initContainers should be empty array Signed-off-by: Magnus Hyllander * haproxy-ingress v0.7.1 Signed-off-by: Magnus Hyllander * Chart version 0.0.11 and app version 0.7.1 Signed-off-by: Magnus Hyllander --- incubator/haproxy-ingress/Chart.yaml | 4 ++-- incubator/haproxy-ingress/README.md | 4 ++-- incubator/haproxy-ingress/values.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/incubator/haproxy-ingress/Chart.yaml b/incubator/haproxy-ingress/Chart.yaml index 4a85e744e5..fd34b76e5e 100644 --- a/incubator/haproxy-ingress/Chart.yaml +++ b/incubator/haproxy-ingress/Chart.yaml @@ -1,6 +1,6 @@ name: haproxy-ingress -version: 0.0.10 -appVersion: 0.7.0 +version: 0.0.11 +appVersion: 0.7.1 home: https://github.com/jcmoraisjr/haproxy-ingress description: Ingress controller implementation for haproxy loadbalancer. icon: http://www.haproxy.org/img/HAProxyCommunityEdition_60px.png diff --git a/incubator/haproxy-ingress/README.md b/incubator/haproxy-ingress/README.md index ed20f722e4..f4304d592b 100644 --- a/incubator/haproxy-ingress/README.md +++ b/incubator/haproxy-ingress/README.md @@ -41,9 +41,9 @@ 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.7-beta.7` +`controller.image.tag` | controller container image tag | `v0.7.1` `controller.image.pullPolicy` | controller container image pullPolicy | `IfNotPresent` -`controller.initContainers` | extra containers that can initialize the haproxy-ingress-controller | `{}` +`controller.initContainers` | extra containers that can initialize the haproxy-ingress-controller | `[]` `controller.extraArgs` | extra command line arguments for the haproxy-ingress-controller | `{}` `controller.extraEnv` | extra environment variables for the haproxy-ingress-controller | `{}` `controller.template` | custom template for haproxy-ingress-controller | `{}` diff --git a/incubator/haproxy-ingress/values.yaml b/incubator/haproxy-ingress/values.yaml index dbc1dd8b2a..9e45f60a27 100644 --- a/incubator/haproxy-ingress/values.yaml +++ b/incubator/haproxy-ingress/values.yaml @@ -16,7 +16,7 @@ controller: name: controller image: repository: quay.io/jcmoraisjr/haproxy-ingress - tag: "v0.7-beta.7" + tag: "v0.7.1" pullPolicy: IfNotPresent ## Additional command line arguments to pass to haproxy-ingress-controller @@ -36,7 +36,7 @@ controller: # name: secret-resource ## Additional containers that can initialize the pod. - initContainers: {} + initContainers: [] # custom haproxy template template: ""