Skip to content

Commit

Permalink
Increase number of retries before failing
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewrossi committed Nov 28, 2024
1 parent aead30f commit db7c0d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/data-sanitization-service/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
name: data-sanitization
description: A Helm chart for Data Sanitization in Kubernetes
version: 0.2.2
version: 0.2.3
appVersion: "0.2.0"
2 changes: 1 addition & 1 deletion charts/data-sanitization-service/templates/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ spec:
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
backoffLimit: 5
backoffLimit: 9

0 comments on commit db7c0d0

Please sign in to comment.