[bitnami/haproxy-intel] Release 0.2.2 (#12007)

* [bitnami/haproxy-intel] Release 0.2.2 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
2022-08-23 02:02:04 +02:00
committed by GitHub
parent 7cad76ada0
commit 6ab96889ee
3 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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 | `[]` |

View File

@@ -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'