Skip to content

Commit

Permalink
Add image pull policy (#10)
Browse files Browse the repository at this point in the history
Fixes #9
  • Loading branch information
philipp94831 authored Aug 22, 2024
1 parent d2b032c commit 9e0cf5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/rclone-copy/templates/rclone-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ spec:
containers:
- name: rclone-container
image: rclone/rclone:{{ .Values.imageRelease }}
imagePullPolicy: {{ .Values.imagePullPolicy | quote }}

command:
- /bin/sh
Expand Down
1 change: 1 addition & 0 deletions charts/rclone-copy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ rcloneConf: ""
# Release version for the openbridge/ob_bulkstash docker image.
# You probably don't need to change this.
imageRelease: 1.53.1
imagePullPolicy: IfNotPresent

restartPolicy: OnFailure

Expand Down

0 comments on commit 9e0cf5c

Please sign in to comment.