Skip to content

Commit

Permalink
dd missing restart policy
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticroentgen committed Jan 19, 2024
1 parent 15cb4dc commit 6a2be75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/s3-bucket-sync/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: s3-bucket-sync
description: Keeps 2 s3 buckets in sync
type: application

version: 0.0.6
version: 0.0.7

# App metadata
appVersion: "v0.9.0"
Expand Down
1 change: 1 addition & 0 deletions charts/s3-bucket-sync/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ spec:
spec:
template:
spec:
restartPolicy: OnFailure
containers:
- name: {{ .Release.Name }}-minio-mirror
image: ghcr.io/ethdevops/s3-sync-docker:{{ .Values.imageTag }}
Expand Down

0 comments on commit 6a2be75

Please sign in to comment.