Skip to content

Commit

Permalink
RELEASE/MINOR: kubernetes-ingress: Tag release 1.35.3
Browse files Browse the repository at this point in the history
Changes in kubernetes-ingress:
- Increase CRD job cleanup TTL to 120s (#213)

Signed-off-by: Dinko Korunic <[email protected]>
  • Loading branch information
dkorunic committed Nov 24, 2023
1 parent b3b7ff9 commit c09c714
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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.35.2
version: 1.35.3
appVersion: 1.10.10
kubeVersion: ">=1.22.0-0"
keywords:
Expand All @@ -32,4 +32,4 @@ maintainers:
engine: gotpl
annotations:
artifacthub.io/changes: |
- CRD job updates and bug fixes
- Increase CRD job cleanup TTL to 120s (#213)
2 changes: 1 addition & 1 deletion kubernetes-ingress/templates/controller-crdjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ metadata:
app.kubernetes.io/version: {{ .Chart.AppVersion }}
spec:
{{- if or (.Capabilities.APIVersions.Has "batch/v1alpha1") (semverCompare ">=1.23.0-0" .Capabilities.KubeVersion.Version) }}
ttlSecondsAfterFinished: 0
ttlSecondsAfterFinished: 120
{{- end }}
backoffLimit: 0
template:
Expand Down

0 comments on commit c09c714

Please sign in to comment.