diff --git a/kubernetes-ingress/Chart.yaml b/kubernetes-ingress/Chart.yaml index 6dd4d25..6319f5f 100644 --- a/kubernetes-ingress/Chart.yaml +++ b/kubernetes-ingress/Chart.yaml @@ -16,8 +16,8 @@ apiVersion: v2 name: kubernetes-ingress description: A Helm chart for HAProxy Kubernetes Ingress Controller type: application -version: 1.41.0 -appVersion: 3.0.1 +version: 1.42.0 +appVersion: 3.0.4 kubeVersion: ">=1.23.0-0" keywords: - ingress @@ -32,6 +32,6 @@ maintainers: engine: gotpl annotations: artifacthub.io/changes: | - - Fix bug w/ permissions (#255) - - Add ability to specify HPA name in KEDA object (#253) - - Add pre-install hook annotation for namespace creation (#254) + - Add envFrom to Deployment and Deamonset (#256) + - Remove pod annotations from deployment (#259) + - Add possibility to set crdjob annotations (#264)