From 4cadd46125718cd0a346b68513138f04d9c6a6d5 Mon Sep 17 00:00:00 2001 From: Joao Morais Date: Wed, 9 Jun 2021 20:54:27 -0300 Subject: [PATCH] update controller to v0.13.0-snapshot.3 --- 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 e5a15e8..945dcd5 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.0-snapshot.2 -appVersion: v0.13.0-snapshot.2 +version: 0.13.0-snapshot.3 +appVersion: v0.13.0-snapshot.3 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 81149c7..48f9172 100755 --- a/haproxy-ingress/README.md +++ b/haproxy-ingress/README.md @@ -99,7 +99,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.0-snapshot.2` +`controller.image.tag` | controller container image tag | `v0.13.0-snapshot.3` `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 3c76353..acd5691 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.0-snapshot.2 + tag: v0.13.0-snapshot.3 pullPolicy: IfNotPresent imagePullSecrets: []