We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeefb54 commit a1e9b34Copy full SHA for a1e9b34
haproxy/Chart.yaml
@@ -16,8 +16,8 @@ apiVersion: v2
16
name: haproxy
17
description: A Helm chart for HAProxy on Kubernetes
18
type: application
19
-version: 1.23.0
20
-appVersion: 3.0.4
+version: 1.24.0
+appVersion: 3.1.5
21
kubeVersion: ">=1.17.0-0"
22
keywords:
23
- haproxy
@@ -31,4 +31,7 @@ maintainers:
31
engine: gotpl
32
annotations:
33
artifacthub.io/changes: |
34
- - Update base image to HAProxy 3.0.4
+ - Update base image to HAProxy 3.1.5
35
+ - Conditionalize config volumeMount subpath (#285)
36
+ - Conditionalize subPath for haproxy-config configmap
37
+ - Add deployment annotations as a configurable property. (#281)
0 commit comments