File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ apiVersion: v2
1616name : kubernetes-ingress
1717description : A Helm chart for HAProxy Kubernetes Ingress Controller
1818type : application
19- version : 1.38.0
19+ version : 1.38.1
2020appVersion : 1.10.11
2121kubeVersion : " >=1.22.0-0"
2222keywords :
@@ -32,5 +32,4 @@ maintainers:
3232engine : gotpl
3333annotations :
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)
Original file line number Diff line number Diff 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/
You can’t perform that action at this time.
0 commit comments