Skip to content

Commit

Permalink
Add image name and amended requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
minottic committed Jun 30, 2022
1 parent f462ef5 commit 25dbbce
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm_configs/proposal-sync/development/values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cronjob:
restartPolicy: OnFailure
schedule: 30 7 * * 4
schedule: 30 8 * * 4
5 changes: 5 additions & 0 deletions helm_configs/proposal-sync/values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
image:
repository: "{{ .Values.ciRepository }}"
pullPolicy: Always
tag: "{{ .Values.ciTag }}"

secrets:
"{{ .Release.Name }}-s":
type: Opaque
Expand Down
2 changes: 1 addition & 1 deletion scilog

0 comments on commit 25dbbce

Please sign in to comment.