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'