[bitnami/haproxy] Release 0.6.13 (#15457)

* [bitnami/haproxy] Release 0.6.13 updating components versions

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-03-10 21:05:31 +01:00
committed by GitHub
parent f993daf97f
commit 72937d5405
3 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ annotations:
category: Infrastructure
licenses: Apache-2.0
apiVersion: v2
appVersion: 2.7.3
appVersion: 2.7.4
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
@@ -23,4 +23,4 @@ name: haproxy
sources:
- https://github.com/bitnami/containers/tree/main/bitnami/haproxy
- https://github.com/haproxytech/haproxy
version: 0.6.12
version: 0.6.13

View File

@@ -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.7.3-debian-11-r9` |
| `image.tag` | HAProxy image tag (immutable tags are recommended) | `2.7.4-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 | `[]` |

View File

@@ -235,7 +235,7 @@ ingress:
image:
registry: docker.io
repository: bitnami/haproxy
tag: 2.7.3-debian-11-r9
tag: 2.7.4-debian-11-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'