Skip to content

Commit b060b09

Browse files
committed
RELEASE/MAJOR: kubernetes-ingress: Tag release 1.37.0
Changes in kubernetes-ingress: - Allow setting hostIP for daemonset (#220) - Add missing permissions for v1 CRDs (#222) - Use Ingress Controller 1.10.11 version for base image Signed-off-by: Dinko Korunic <[email protected]>
1 parent 38fecf3 commit b060b09

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

kubernetes-ingress/Chart.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ apiVersion: v2
1616
name: kubernetes-ingress
1717
description: A Helm chart for HAProxy Kubernetes Ingress Controller
1818
type: application
19-
version: 1.36.1
20-
appVersion: 1.10.10
19+
version: 1.37.0
20+
appVersion: 1.10.11
2121
kubeVersion: ">=1.22.0-0"
2222
keywords:
2323
- ingress
@@ -32,4 +32,6 @@ maintainers:
3232
engine: gotpl
3333
annotations:
3434
artifacthub.io/changes: |
35-
- Move automountServiceAccountToken flag from pods to ServiceAccount configuration (fixes for #217)
35+
- Allow setting hostIP for daemonset (#220)
36+
- Add missing permissions for v1 CRDs (#222)
37+
- Use Ingress Controller 1.10.11 version for base image

0 commit comments

Comments
 (0)