Skip to content

Commit

Permalink
RELEASE/MINOR: kubernetes-ingress: Tag release 1.40.1
Browse files Browse the repository at this point in the history
Changes in kubernetes-ingress:
- Use Ingress Controller 3.0.1 version for base image
- Limit template spec name to 15 characters (#247)

Signed-off-by: Dinko Korunic <[email protected]>
  • Loading branch information
dkorunic committed Jul 4, 2024
1 parent a63afa3 commit 4d0cffc
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,8 +16,8 @@ apiVersion: v2
name: kubernetes-ingress
description: A Helm chart for HAProxy Kubernetes Ingress Controller
type: application
version: 1.40.0
appVersion: 3.0.0
version: 1.40.1
appVersion: 3.0.1
kubeVersion: ">=1.23.0-0"
keywords:
- ingress
Expand All @@ -32,4 +32,5 @@ maintainers:
engine: gotpl
annotations:
artifacthub.io/changes: |
- Use Ingress Controller 3.0.0 version for base image
- Use Ingress Controller 3.0.1 version for base image
- Limit template spec name to 15 characters (#247)

0 comments on commit 4d0cffc

Please sign in to comment.