Skip to content

Commit 26c8440

Browse files
committed
RELEASE/MINOR: kubernetes-ingress: Tag release 1.38.1
Changes in kubernetes-ingress: - Fix for loadBalancerClass bug (#227) Signed-off-by: Dinko Korunic <[email protected]>
1 parent 46259f1 commit 26c8440

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

kubernetes-ingress/Chart.yaml

Lines changed: 2 additions & 3 deletions
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.38.0
19+
version: 1.38.1
2020
appVersion: 1.10.11
2121
kubeVersion: ">=1.22.0-0"
2222
keywords:
@@ -32,5 +32,4 @@ maintainers:
3232
engine: gotpl
3333
annotations:
3434
artifacthub.io/changes: |
35-
- Add QUIC support for upcoming IC v1.11
36-
- Allow setting loadBalancerClass for the service (#226)
35+
- Fix for loadBalancerClass bug (#227)

kubernetes-ingress/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ controller:
444444

445445
## Class of load balancer implementation
446446
## ref: https://kubernetes.io/docs/concepts/services-networking/service/#load-balancer-class
447-
loadBalancerClass: nil
447+
loadBalancerClass: null
448448

449449
## Service ClusterIP
450450
## ref: https://kubernetes.io/docs/concepts/services-networking/service/

0 commit comments

Comments
 (0)