Skip to content

Commit

Permalink
RELEASE/MAJOR: kubernetes-ingress: Tag release 1.41.0
Browse files Browse the repository at this point in the history
Changes in kubernetes-ingress:
- Fix bug w/ permissions (#255)
- Add ability to specify HPA name in KEDA object (#253)
- Add pre-install hook annotation for namespace creation (#254)

Signed-off-by: Dinko Korunic <[email protected]>
  • Loading branch information
dkorunic committed Aug 8, 2024
1 parent 39407be commit 85e14b3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions kubernetes-ingress/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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)

0 comments on commit 85e14b3

Please sign in to comment.