File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
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.3
19+ version : 1.35.4
2020appVersion : 1.10.10
2121kubeVersion : " >=1.22.0-0"
2222keywords :
@@ -32,4 +32,4 @@ maintainers:
3232engine : gotpl
3333annotations :
3434 artifacthub.io/changes : |
35- - Increase CRD job cleanup TTL to 120s (#213 )
35+ - Add ArgoCD hook fixes for CRD cleanup job (#214 )
Original file line number Diff line number Diff line change @@ -25,6 +25,9 @@ metadata:
2525 app.kubernetes.io/managed-by : {{ .Release.Service }}
2626 app.kubernetes.io/instance : {{ .Release.Name }}
2727 app.kubernetes.io/version : {{ .Chart.AppVersion }}
28+ annotations :
29+ argocd.argoproj.io/hook : Sync
30+ argocd.argoproj.io/hook-delete-policy : HookSucceeded
2831spec :
2932{{- if or (.Capabilities.APIVersions.Has "batch/v1alpha1") (semverCompare ">=1.23.0-0" .Capabilities.KubeVersion.Version) }}
3033 ttlSecondsAfterFinished : 120
You can’t perform that action at this time.
0 commit comments