File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ apiVersion: v2
1616name : kubernetes-ingress
1717description : A Helm chart for HAProxy Kubernetes Ingress Controller
1818type : application
19- version : 1.35.2
19+ version : 1.35.3
2020appVersion : 1.10.10
2121kubeVersion : " >=1.22.0-0"
2222keywords :
@@ -32,4 +32,4 @@ maintainers:
3232engine : gotpl
3333annotations :
3434 artifacthub.io/changes : |
35- - CRD job updates and bug fixes
35+ - Increase CRD job cleanup TTL to 120s (#213)
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ metadata:
2727 app.kubernetes.io/version : {{ .Chart.AppVersion }}
2828spec :
2929{{- if or (.Capabilities.APIVersions.Has "batch/v1alpha1") (semverCompare ">=1.23.0-0" .Capabilities.KubeVersion.Version) }}
30- ttlSecondsAfterFinished : 0
30+ ttlSecondsAfterFinished : 120
3131{{- end }}
3232 backoffLimit : 0
3333 template :
You can’t perform that action at this time.
0 commit comments