diff --git a/kubernetes-ingress/Chart.yaml b/kubernetes-ingress/Chart.yaml index b5ab806..6dd4d25 100644 --- a/kubernetes-ingress/Chart.yaml +++ b/kubernetes-ingress/Chart.yaml @@ -16,7 +16,7 @@ apiVersion: v2 name: kubernetes-ingress description: A Helm chart for HAProxy Kubernetes Ingress Controller type: application -version: 1.40.1 +version: 1.41.0 appVersion: 3.0.1 kubeVersion: ">=1.23.0-0" keywords: @@ -32,5 +32,6 @@ maintainers: engine: gotpl annotations: artifacthub.io/changes: | - - Use Ingress Controller 3.0.1 version for base image - - Limit template spec name to 15 characters (#247) + - Fix bug w/ permissions (#255) + - Add ability to specify HPA name in KEDA object (#253) + - Add pre-install hook annotation for namespace creation (#254)