Skip to content

Commit 0195013

Browse files
committed
RELEASE/MAJOR: kubernetes-ingress: Tag release 1.45.0
Changes in kubernetes-ingress: - Use Ingress Controller 3.1.12 version for base image - Allow creating metrics service if controller service is not LoadBalancer (#306) - Add fallback configuration for KEDA (#304) - Add option to configure 'metadata.annotations' for deployment and daemonset (#302) Signed-off-by: Dinko Korunic <[email protected]>
1 parent 2d32242 commit 0195013

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

kubernetes-ingress/Chart.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ apiVersion: v2
1616
name: kubernetes-ingress
1717
description: A Helm chart for HAProxy Kubernetes Ingress Controller
1818
type: application
19-
version: 1.44.6
19+
version: 1.45.0
2020
appVersion: 3.1.12
2121
kubeVersion: ">=1.23.0-0"
2222
keywords:
@@ -33,3 +33,6 @@ engine: gotpl
3333
annotations:
3434
artifacthub.io/changes: |-
3535
- Use Ingress Controller 3.1.12 version for base image
36+
- Allow creating metrics service if controller service is not LoadBalancer (#306)
37+
- Add fallback configuration for KEDA (#304)
38+
- Add option to configure 'metadata.annotations' for deployment and daemonset (#302)

0 commit comments

Comments
 (0)