Set cron job to run once a week

This commit is contained in:
Martin Šalata
2021-04-05 09:06:41 +02:00
parent 42be5e1041
commit 1523ba232b
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.0.14
version: 0.0.15
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to

View File

@@ -5,7 +5,7 @@ metadata:
labels:
{{- include "imagepullsecret-injector.labels" . | nindent 4 }}
spec:
schedule: '* * * * *'
schedule: '* * * * 0'
jobTemplate:
metadata:
name: "{{ .Release.Name }}"