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
16
16
name : kubernetes-ingress
17
17
description : A Helm chart for HAProxy Kubernetes Ingress Controller
18
18
type : application
19
- version : 1.35.2
19
+ version : 1.35.3
20
20
appVersion : 1.10.10
21
21
kubeVersion : " >=1.22.0-0"
22
22
keywords :
@@ -32,4 +32,4 @@ maintainers:
32
32
engine : gotpl
33
33
annotations :
34
34
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:
27
27
app.kubernetes.io/version : {{ .Chart.AppVersion }}
28
28
spec :
29
29
{{- if or (.Capabilities.APIVersions.Has "batch/v1alpha1") (semverCompare ">=1.23.0-0" .Capabilities.KubeVersion.Version) }}
30
- ttlSecondsAfterFinished : 0
30
+ ttlSecondsAfterFinished : 120
31
31
{{- end }}
32
32
backoffLimit : 0
33
33
template :
You can’t perform that action at this time.
0 commit comments