File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ annotations:
66 licenses : Apache-2.0
77 images : |
88 - name: haproxy
9- image: docker.io/bitnami/haproxy:2.8.2-debian-11-r0
9+ image: docker.io/bitnami/haproxy:2.8.2-debian-11-r5
1010apiVersion : v2
1111appVersion : 2.8.2
1212dependencies :
@@ -28,4 +28,4 @@ maintainers:
2828name : haproxy
2929sources :
3030- https://github.com/bitnami/charts/tree/main/bitnami/haproxy
31- version : 0.8.9
31+ version : 0.8.10
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ The command removes all the Kubernetes components associated with the chart and
113113| --------------------------------------- | ------------------------------------------------------------------------------------------------------- | -------------------- |
114114| ` image.registry ` | HAProxy image registry | ` docker.io ` |
115115| ` image.repository ` | HAProxy image repository | ` bitnami/haproxy ` |
116- | ` image.tag ` | HAProxy image tag (immutable tags are recommended) | ` 2.8.2-debian-11-r0 ` |
116+ | ` image.tag ` | HAProxy image tag (immutable tags are recommended) | ` 2.8.2-debian-11-r5 ` |
117117| ` image.digest ` | HAProxy image digest in the way sha256: aa .... Please note this parameter, if set, will override the tag | ` "" ` |
118118| ` image.pullPolicy ` | HAProxy image pull policy | ` IfNotPresent ` |
119119| ` image.pullSecrets ` | HAProxy image pull secrets | ` [] ` |
Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ ingress:
238238image :
239239 registry : docker.io
240240 repository : bitnami/haproxy
241- tag : 2.8.2-debian-11-r0
241+ tag : 2.8.2-debian-11-r5
242242 digest : " "
243243 # # Specify a imagePullPolicy
244244 # # Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
You can’t perform that action at this time.
0 commit comments