We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39407be commit 85e14b3Copy full SHA for 85e14b3
kubernetes-ingress/Chart.yaml
@@ -16,7 +16,7 @@ apiVersion: v2
16
name: kubernetes-ingress
17
description: A Helm chart for HAProxy Kubernetes Ingress Controller
18
type: application
19
-version: 1.40.1
+version: 1.41.0
20
appVersion: 3.0.1
21
kubeVersion: ">=1.23.0-0"
22
keywords:
@@ -32,5 +32,6 @@ maintainers:
32
engine: gotpl
33
annotations:
34
artifacthub.io/changes: |
35
- - Use Ingress Controller 3.0.1 version for base image
36
- - Limit template spec name to 15 characters (#247)
+ - Fix bug w/ permissions (#255)
+ - Add ability to specify HPA name in KEDA object (#253)
37
+ - Add pre-install hook annotation for namespace creation (#254)
0 commit comments