From 2842f33ed3a2f14351420eb767fd7a8bdaf11c3a Mon Sep 17 00:00:00 2001 From: Dinko Korunic Date: Thu, 31 Oct 2024 11:37:37 +0100 Subject: [PATCH] RELEASE/MAJOR: kubernetes-ingress: Tag release 1.42.0 Changes in kubernetes-ingress: - Add envFrom to Deployment and Deamonset (#256) - Remove pod annotations from deployment (#259) - Add possibility to set crdjob annotations (#264) --- kubernetes-ingress/Chart.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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)