From 9fdc6cf95b552fcfdfdcff2181a795a04f739e87 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 5 May 2023 14:28:21 +0100 Subject: [PATCH] [bitnami/haproxy] Release 0.7.3 (#16406) * [bitnami/haproxy] Release 0.7.3 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/Chart.yaml | 2 +- bitnami/haproxy/README.md | 2 +- bitnami/haproxy/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bitnami/haproxy/Chart.yaml b/bitnami/haproxy/Chart.yaml index 4b0573896a..1791df9efe 100644 --- a/bitnami/haproxy/Chart.yaml +++ b/bitnami/haproxy/Chart.yaml @@ -23,4 +23,4 @@ name: haproxy sources: - https://github.com/bitnami/containers/tree/main/bitnami/haproxy - https://github.com/haproxytech/haproxy -version: 0.7.2 +version: 0.7.3 diff --git a/bitnami/haproxy/README.md b/bitnami/haproxy/README.md index 7c0df0362f..d99b622b19 100644 --- a/bitnami/haproxy/README.md +++ b/bitnami/haproxy/README.md @@ -111,7 +111,7 @@ The command removes all the Kubernetes components associated with the chart and | --------------------------------------- | ------------------------------------------------------------------------------------------------------- | -------------------- | | `image.registry` | HAProxy image registry | `docker.io` | | `image.repository` | HAProxy image repository | `bitnami/haproxy` | -| `image.tag` | HAProxy image tag (immutable tags are recommended) | `2.7.8-debian-11-r0` | +| `image.tag` | HAProxy image tag (immutable tags are recommended) | `2.7.8-debian-11-r1` | | `image.digest` | HAProxy image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `image.pullPolicy` | HAProxy image pull policy | `IfNotPresent` | | `image.pullSecrets` | HAProxy image pull secrets | `[]` | diff --git a/bitnami/haproxy/values.yaml b/bitnami/haproxy/values.yaml index 3a2bd9f6e8..0e4d56a9df 100644 --- a/bitnami/haproxy/values.yaml +++ b/bitnami/haproxy/values.yaml @@ -235,7 +235,7 @@ ingress: image: registry: docker.io repository: bitnami/haproxy - tag: 2.7.8-debian-11-r0 + tag: 2.7.8-debian-11-r1 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'