diff --git a/bitnami/haproxy/Chart.yaml b/bitnami/haproxy/Chart.yaml index 4895aa9ec7..77479227ba 100644 --- a/bitnami/haproxy/Chart.yaml +++ b/bitnami/haproxy/Chart.yaml @@ -6,7 +6,7 @@ annotations: licenses: Apache-2.0 images: | - name: haproxy - image: docker.io/bitnami/haproxy:2.8.2-debian-11-r0 + image: docker.io/bitnami/haproxy:2.8.2-debian-11-r5 apiVersion: v2 appVersion: 2.8.2 dependencies: @@ -28,4 +28,4 @@ maintainers: name: haproxy sources: - https://github.com/bitnami/charts/tree/main/bitnami/haproxy -version: 0.8.9 +version: 0.8.10 diff --git a/bitnami/haproxy/README.md b/bitnami/haproxy/README.md index 9f27327e9b..b03eac297c 100644 --- a/bitnami/haproxy/README.md +++ b/bitnami/haproxy/README.md @@ -113,7 +113,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.8.2-debian-11-r0` | +| `image.tag` | HAProxy image tag (immutable tags are recommended) | `2.8.2-debian-11-r5` | | `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 b23d4e5ebe..deb275df1d 100644 --- a/bitnami/haproxy/values.yaml +++ b/bitnami/haproxy/values.yaml @@ -238,7 +238,7 @@ ingress: image: registry: docker.io repository: bitnami/haproxy - tag: 2.8.2-debian-11-r0 + tag: 2.8.2-debian-11-r5 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'