From e583e1f4c0fa5af5002f65a75f4e1a7bc4b0b1f2 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 2 May 2023 14:28:25 +0100 Subject: [PATCH] [bitnami/haproxy] Release 0.7.2 (#16339) * [bitnami/haproxy] Release 0.7.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/Chart.lock | 6 +++--- bitnami/haproxy/Chart.yaml | 4 ++-- bitnami/haproxy/README.md | 2 +- bitnami/haproxy/values.yaml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bitnami/haproxy/Chart.lock b/bitnami/haproxy/Chart.lock index 4d5dfdd2f2..3340ee9a8e 100644 --- a/bitnami/haproxy/Chart.lock +++ b/bitnami/haproxy/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: common repository: oci://registry-1.docker.io/bitnamicharts - version: 2.2.4 -digest: sha256:829fc25cbbb396161e735c83d152d74a8b3a82d07f08866b885b812d30b920df -generated: "2023-04-20T09:32:05.14817+02:00" + version: 2.2.5 +digest: sha256:318f438acfeaced11d9060877d615caf1985417d2865810defaa886d3496f8d3 +generated: "2023-05-02T12:59:22.919291224Z" diff --git a/bitnami/haproxy/Chart.yaml b/bitnami/haproxy/Chart.yaml index b99a192cc6..4b0573896a 100644 --- a/bitnami/haproxy/Chart.yaml +++ b/bitnami/haproxy/Chart.yaml @@ -2,7 +2,7 @@ annotations: category: Infrastructure licenses: Apache-2.0 apiVersion: v2 -appVersion: 2.7.7 +appVersion: 2.7.8 dependencies: - name: common repository: oci://registry-1.docker.io/bitnamicharts @@ -23,4 +23,4 @@ name: haproxy sources: - https://github.com/bitnami/containers/tree/main/bitnami/haproxy - https://github.com/haproxytech/haproxy -version: 0.7.1 +version: 0.7.2 diff --git a/bitnami/haproxy/README.md b/bitnami/haproxy/README.md index 81fabbb9b8..7c0df0362f 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.7-debian-11-r0` | +| `image.tag` | HAProxy image tag (immutable tags are recommended) | `2.7.8-debian-11-r0` | | `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 edd6a8ae81..3a2bd9f6e8 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.7-debian-11-r0 + tag: 2.7.8-debian-11-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'