From 6ab96889eefce8c0bee96d0e8bc3eb653d2e50c9 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 23 Aug 2022 02:02:04 +0200 Subject: [PATCH] [bitnami/haproxy-intel] Release 0.2.2 (#12007) * [bitnami/haproxy-intel] Release 0.2.2 updating components versions Signed-off-by: Bitnami Containers * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers Signed-off-by: Bitnami Containers --- bitnami/haproxy-intel/Chart.yaml | 4 ++-- bitnami/haproxy-intel/README.md | 2 +- bitnami/haproxy-intel/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bitnami/haproxy-intel/Chart.yaml b/bitnami/haproxy-intel/Chart.yaml index 5931e480fe..557bc319a8 100644 --- a/bitnami/haproxy-intel/Chart.yaml +++ b/bitnami/haproxy-intel/Chart.yaml @@ -1,7 +1,7 @@ annotations: category: Infrastructure apiVersion: v2 -appVersion: 2.6.3 +appVersion: 2.6.4 dependencies: - name: haproxy repository: https://charts.bitnami.com/bitnami @@ -26,4 +26,4 @@ name: haproxy-intel sources: - https://github.com/bitnami/containers/tree/main/bitnami/haproxy-intel - https://github.com/haproxytech/haproxy -version: 0.2.1 +version: 0.2.2 diff --git a/bitnami/haproxy-intel/README.md b/bitnami/haproxy-intel/README.md index 5905c7bb70..058f936c84 100644 --- a/bitnami/haproxy-intel/README.md +++ b/bitnami/haproxy-intel/README.md @@ -69,7 +69,7 @@ The command removes all the Kubernetes components associated with the chart and | --------------------------- | ------------------------------------------------------------------------------------------------------- | ----------------------- | | `haproxy.image.registry` | HAProxy image registry | `docker.io` | | `haproxy.image.repository` | HAProxy image repository | `bitnami/haproxy-intel` | -| `haproxy.image.tag` | HAProxy image tag (immutable tags are recommended) | `2.6.3-debian-11-r0` | +| `haproxy.image.tag` | HAProxy image tag (immutable tags are recommended) | `2.6.4-debian-11-r0` | | `haproxy.image.digest` | HAProxy image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `haproxy.image.pullPolicy` | HAProxy image pull policy | `IfNotPresent` | | `haproxy.image.pullSecrets` | HAProxy image pull secrets | `[]` | diff --git a/bitnami/haproxy-intel/values.yaml b/bitnami/haproxy-intel/values.yaml index e34dc70135..37ffa3566b 100644 --- a/bitnami/haproxy-intel/values.yaml +++ b/bitnami/haproxy-intel/values.yaml @@ -34,7 +34,7 @@ haproxy: image: registry: docker.io repository: bitnami/haproxy-intel - tag: 2.6.3-debian-11-r0 + tag: 2.6.4-debian-11-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'